README
generator-react-native-web
React Native for iOS, Android and WEB !
Installation
First, install Yeoman and generator-react-native-web using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-react-native-web
Then generate your new project:
yo react-native-web
Start !
After installation complete, you can run these command to start this environment !
# For Mobile
react-native start
# For Web
npm run web
# open http://localhost:3000 to see the page
License
MIT © Sam S Lee