react-native-map-link
react-native-map-link copied to clipboard
🗺 Open the map app of the user's choice.
`showLocation({` ` latitude: sourceLat,` ` longitude: sourceLng,` `sourceLatitude: lat,` `sourceLongitude: lng,` `alwaysIncludeGoogle: true,` ` dialogTitle: 'Open map',` `dialogMessage: 'What app would you like to use?',` cancelText: 'Cancel', `appsWhiteList: ['google-maps', 'apple-maps'],`...
I dig in with the problem here #209 . After plenty of hours, I finally work through it. As the author mention in Post-install steps Android must update `AndroidManifest.xml`. But...
Hi! I open google map with iphone and the location on input is not displayed, for android it is displayed normally anyone like me?  
can we passe an adresse as a paramater instead of a long-lat parameters ?
Updated react native modal version
At the https://github.com/flexible-agency/react-native-map-link/blob/master/src/index.js#L42 we verify if params are in the options, but do not check the value, so for `undefined` we have ``` parseFloat(undefined); // NaN ``` for sure it...
At this moment, the library can do route between 2 points, very good. However in some times we need only a point in GMaps, so if you can enable the...
Hi add this Sygic GPS Navigation & Offline Maps app please to be supported
- Possible to search locations passing a formatted address ( dstaddr in options, be Popup or showLocation )