You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open to anyone to tackle, but this would avoid the double opening of browser to native maps. Use the comgooglemapsurl:// so that the existing parameters should work.
Use Linking.canOpenURL() to verify device has google maps
Proceed to set url to comgooglemapsurl://
Test to make sure nothing is broken, and submit some test to validate this logic.
The text was updated successfully, but these errors were encountered:
Open to anyone to tackle, but this would avoid the double opening of browser to native maps. Use the
comgooglemapsurl://
so that the existing parameters should work.Linking.canOpenURL()
to verify device has google mapscomgooglemapsurl://
Test to make sure nothing is broken, and submit some test to validate this logic.
The text was updated successfully, but these errors were encountered: