Create React Native Web App Versions Save

React Native Web CLI

0.16.2

3 years ago

Fixed ios and android files

Fixed #86 and #87

  • With Android, user might have to open android folder with Android Studio in order to get the app running

0.16.0

3 years ago

Moved template to another repo and instead of reimplementing the cli, using the template functionality from react-native-cli to create the project.

0.15.6

4 years ago

Added React Router option -r, --router So users can add -r or --router option to the cli command like this:

npx crnwa -r myApp

0.15.5

4 years ago
  • fixed fast refresh #76 and debugging option by commenting out @babel/plugin-proposal-class-properties from babel config
  • fixed adding .gitignore file to template
  • added .prettierrc.js file to the root project
  • silenced rename command to not log to stdout

0.15.4

4 years ago

added package crnwa fo users can run npx crnwa appName

0.15.3

4 years ago

Fixed npm run android issue

Changed copy files strategy like in the react native cli

0.15.1

4 years ago

Updated react, react-native and react native web versions and created a new template from the react-native cli and create-react-app

0.1.14

5 years ago

upgraded react-native-web version

0.1.13

5 years ago

0.1.12

5 years ago

Added react-native-rename to rename the project before installing dependencies #37