javascript - React Native: Opening URLs in Android (Equivalent to LinkingIOS.openURL) -


i'm aware when using react native develop ios, have access linkingios , webview modules work urls. there sort of equivalent android? i'm looking open url in device's browser.

i know contributors working on implementing webview in android: https://facebook.github.io/react-native/docs/known-issues.html#views https://github.com/facebook/react-native/issues/2701

but there can use in meantime?

again, need equivalent linkingios.openurl(url) android.

with latest release of react native (0.21), provide module linking handle incoming outgoing web url.

this can work both on android , ios without platform specific.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -