react-native-map-link 2.11.2 → 2.11.3
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.
- package/README.md +1 -0
- package/package.json +1 -1
- package/src/images/google-maps.png +0 -0
- package/src/images/uber.png +0 -0
package/README.md
CHANGED
|
@@ -240,6 +240,7 @@ Notes:
|
|
|
240
240
|
|
|
241
241
|
- The `sourceLatitude/sourceLongitude` options only work if you specify both. Currently supports all apps except Waze.
|
|
242
242
|
- `directionsMode` works on google-maps and apple-maps (on the latter, `bike` mode will not work). Without setting it, the app will decide based on his own settings.
|
|
243
|
+
- If you set `directionsMode` but do not set `sourceLatitude` and `sourceLongitude`, google-maps and apple-maps will still enter directions mode, and use the current location as starting point.
|
|
243
244
|
|
|
244
245
|
### Or
|
|
245
246
|
|
package/package.json
CHANGED
|
Binary file
|
package/src/images/uber.png
CHANGED
|
Binary file
|