smm76

Results 2 comments of smm76

@alexeyvax you can achieve this by simply using RNs Linking module. You could use it like this `Linking.openURL('https://maps.apple.com/?daddr='+URI_ENCODED_ADDRESS)` For Google Maps use `Linking.openURL('https://maps.google.com/?daddr='+URI_ENCODED_ADDRESS)` This will open Maps App with directions...

As a quick guess, this could be related to RN's Bug on Android concerning nested horizontal ScrollViews. As a workaround, try to use the ScrollView Component of `react-native-gesture-handler`. See [https://github.com/facebook/react-native/issues/21436](url)