I want to open google maps link in google maps app from my webview. Is it possible when the link opens in the external browser and then to google map?
This is the code I'm using
<WebView
source={{ uri: "https://reactnative.dev" }}
ref={this.WEBVIEW_REF}
onNavigationStateChange={this.onNavigationStateChange.bind(this)}
/>