This is just a sample project for hands-on with react-native-web
- Clone and use
- All basic configs done
- Latest RN
Just clone the repo
Install the dependencies and devDependencies and start the server.
$ yarn // to install all the dependencies
$ yarn start // run the native server
$ yarn run android
$ yarn run ios
$ yarn run web