react-native-map-link 2.9.0 → 2.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -45,7 +45,7 @@ interface PopupProps {
45
45
  style?: PopupStyleProp;
46
46
  modalProps?: object;
47
47
  options: Options;
48
- appsWhiteList: string[];
48
+ appsWhiteList?: string[];
49
49
  appTitles?: {[key: string]: string};
50
50
  }
51
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-map-link",
3
- "version": "2.9.0",
3
+ "version": "2.9.1",
4
4
  "description": "Open the map app of the user's choice with a specific location",
5
5
  "main": "index.js",
6
6
  "repository": {