react-native-navigations-apps icon indicating copy to clipboard operation
react-native-navigations-apps copied to clipboard

Open & Navigate With External Navigation Apps (Waze,GoogleMaps,iOS Maps) from react native

Results 7 react-native-navigations-apps issues
Sort by recently updated
recently updated
newest added

https://github.com/eranabir/react-native-navigations-apps/blob/123a3bd08488f228bd46e10bfbad401f61ab551a/NavigationApps.js#L106 llatan instead on lat

In handleNavApp when you call Linking.openURL(storeUri), storeUri is undefined. To fix it, use navAppItem.storeUri instead of storeUri (line 124)

no matter what i did with the address, always got null for search also, is there a way to disable the googlemaps button?

Hey, I found some errors using the sheet mode on Android to redirect to Google Maps. I solved the problems, but I do not have permission to commit. Follow attached...

function externalNav returns a string with the title of the external navigation action (waze, google maps, iOS maps). This to know which option the user choose to navigate. and Alert...

When I use google maps, the starting location is empty when I use this configuration: action: actions.navigateByLatAndLong, travelMode: googleMapsTravelModes.driving I have to select manually my location on google maps app...