Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pranit-harekar/react-native-web-boilerplate
Integrate react native web with existing react native app
https://github.com/pranit-harekar/react-native-web-boilerplate
react react-native react-native-web reactnativeweb
Last synced: 5 days ago
JSON representation
Integrate react native web with existing react native app
- Host: GitHub
- URL: https://github.com/pranit-harekar/react-native-web-boilerplate
- Owner: Pranit-Harekar
- Created: 2019-02-13T15:48:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:56:43.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T18:18:10.581Z (almost 2 years ago)
- Topics: react, react-native, react-native-web, reactnativeweb
- Language: JavaScript
- Homepage:
- Size: 1.3 MB
- Stars: 6
- Watchers: 2
- Forks: 6
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Native-Web-Boilerplate
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.
## Quick Start
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/## Reference Links
- [React Native](https://facebook.github.io/react-native/docs/getting-started.html)
- [React Native for Web](https://github.com/necolas/react-native-web)
- [Webpack](https://webpack.js.org/)Pull request to improve this boilerplate are always welcomed :tada: