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.
screen_rec.mov
An example app adapted from turbo-native-demo using react-native-web-screen
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.
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library