Webview in React Native | extrovert.dev -->

Webview in React Native

Webview in React Native
Friday, October 11, 2019

In this post let us see how WebView works in react native. WebView enables us to display the Html page or code within our app. In our previous post Getting Started with React Native, we have seen how to install and run react native app. Instead of doing having hello world lets do webviewing in our app.
Keep the code as it is because we are concerned with only App.js file.
Remove all the previous code and add this 

Now run the code.

5 Responses to Webview in React Native