Releases: orYoffe/create-react-native-web-app
Releases · orYoffe/create-react-native-web-app
Fixed ios and android issues
New Template using react-native-cli
Moved template to another repo and instead of reimplementing the cli, using the template functionality from react-native-cli to create the project.
Added React Router option
Added React Router option -r, --router
So users can add -r
or --router
option to the cli command like this:
npx crnwa -r myApp
Fixed fast refresh & .gitignore file
- 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
Added crnwa alias package
added package crnwa fo users can run npx crnwa appName
Fixed npm run android issue
Fixed npm run android
issue
Changed copy files strategy like in the react native cli
new template and support for new versions
Updated react, react-native and react native web versions and created a new template from the react-native cli and create-react-app
upgraded react-native-web version
upgraded react-native-web version
changed ownership to private
0.1.13 change ownership
Added react-native-rename
Added react-native-rename to rename the project before installing dependencies
#37