generator-react-native-web

React Native for iOS, Android and WEB ! one for all !

Usage no npm install needed!

<script type="module">
  import generatorReactNativeWeb from 'https://cdn.skypack.dev/generator-react-native-web';
</script>

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