Skip to content

sndpwrites/expo-webview

Repository files navigation

React Native Expo Webview

This project was developed with Expo managed workflow, React Native WebView and React Navigation. I use stack navigator library for this demo to move between the screens, but any react navigation library can be used with this (e.g. createBottomTabNavigator).

A simple two page app that demonstrates the usage of loading a WebView onto a mobile app. WebView lets us load a webpage using a source attribute, which means it acts as a in-app web browser.

Expo already lets us write native code using JSX syntax which is compiled to both android and ios platforms. With the added usage of a WebView, we can now write actual native code for Web, deploy it and access it using a URL. For example, I can use a URL builder based the user's actions, and then pass the URL as a prop to webview to load and display natively within the app.

Use expo start to run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published