DEV Community

skptricks
skptricks

Posted on

React Native WebView

Source : React Native WebView

React Native WebView is a component which is used to load web content or web page. The WebView component imports form core react-native library. Now, it is replaced from the built-in core react-native, and placed in react-native-webview library. WebView is the common component used in both android & iOS applications in react native to Open – Embed online website webpage using custom HTTP URL. Developer can modify the WebView settings according to their requirement.

NOTE : The React Native WebView recommended importing react-native-webview or react-native-community.

Click here to read more...

Top comments (0)