Hi i am using react native\'s webview to display some html, i want that whenever a user clicks a link inside that html, it will open the user\'s browser with that link.
Linking.openURL(url).catch(err => console.error('An error occurred', err));
https://facebook.github.io/react-native/docs/linking.html