This is a simple boilerplate for integrating React Native for Web in an existing React Native project. It includes minimal configs & dependencies enough to get you started with React Native for Web.
iOS:
- Start metro bundler
$ yarn start
- Run iOS app
$ yarn ios
Web:
- Start webpack dev server
$ yarn build:web
- Access the web app at http://localhost:9000/
Pull request to improve this boilerplate are always welcomed 🎉