React Native Web Screen

React Native Web Screen is an open source library that can bring your web application into the React Native world. It allows you to render web pages as if they were native iOS or Android screens. It supports caching and provides native navigation animations resulting in mobile-like user experience. You can easily move your entire web app, or embed a few screens that pretend to be native, without reimplementing them in React Native.

NPM version Licence MIT Github issues Github activity

screen_rec.mov

An example app adapted from turbo-native-demo using react-native-web-screen


Documentation 📖

Check out the full documentation page.

This an early stage version of the library, so issues may appear. You can help us by reporting them in the issues section.

Contributing 💪

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library