React Native Web Project Generator
This app works on React Native (iOS, Android, AppleTV) and web.
npm i -g create-rn-web-app
- Run create-rn-web-app
create-rn-web-app MyProject
- Run npm run web
npm run web
This starts the webpack server.
- Open localhost:8080 in your browser to view the app.
iOS: Run react-native run-ios
react-native run-ios
This start the packager as well as the iOS simulator.
Android: Run react-native run-android
react-native run-android
This start the packager as well as the Android emulator.
Use the command line, Xcode or Android Studio to build and deploy the native app code just like you would with any other React Native project.