react-native-send-intent
react-native-send-intent copied to clipboard
openMapsWithRoute()
Hi,
this is actually not a issue,
is there a way to send different Uri based on user chice for Maps APP?
Default Uri is "google.navigation:q="+query+"&mode="+mode,
but is possible to send waze like uri "https://waze.com/ul?q="+query+mode if user chose waze app to open?
How to know what app user is selected and then prepare different uri to send intent?
Thank you for this great library.