I am trying to implement react native webview component in my application, but the web view is not loading any url its just showing the white page.
var React
WebView is being moved to react-native-webview .
None of the other answers worked except this method:
npm install --save react-native-webview
Then use it as follows: