Skip to content

Releases: orYoffe/create-react-native-web-app

Fixed ios and android issues

15 Nov 07:42
Compare
Choose a tag to compare

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

New Template using react-native-cli

02 Nov 17:32
Compare
Choose a tag to compare

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

14 Apr 08:01
Compare
Choose a tag to compare

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

13 Apr 08:36
Compare
Choose a tag to compare
  • 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

11 Apr 07:58
Compare
Choose a tag to compare

added package crnwa fo users can run npx crnwa appName

Fixed npm run android issue

11 Apr 07:18
Compare
Choose a tag to compare

Fixed npm run android issue

Changed copy files strategy like in the react native cli

new template and support for new versions

18 Mar 14:10
9a2800c
Compare
Choose a tag to compare

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

11 Mar 14:24
Compare
Choose a tag to compare

upgraded react-native-web version

changed ownership to private

07 Mar 14:52
Compare
Choose a tag to compare
0.1.13

change ownership

Added react-native-rename

26 Feb 11:10
Compare
Choose a tag to compare

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