This is a simple boilerplate for React Native for Web with React-Native project
yarn
for install modules- web
yarn build:web
- after build web open browser and paste
http://localhost:3000
- android
yarn android
- some cases you should run
cd ./android
later./gradlew clean
- IOS (not tested)
yarn IOS