Releases: GeekyAnts/vue-native-cli
Releases · GeekyAnts/vue-native-cli
v0.3.0
v0.2.0
This release uses React Native 0.63 for new non-Expo projects.
Improvements
- When using the
--no-expo
flag, React Native 0.63 will now be used instead of 0.59.
v0.1.2
v0.1.1
This release contains a fix for Expo apps and updates the readme
Fixes
- Apps created with Vue Native CLI using
expo-cli@3
would crash on start-up as described in #23, because Expo wouldn’t be able to resolve the main app module in the App.vue file, even though the metro configuration is correctly configured. This release works around this issue by adding the required file extensions to theapp.json
file. b71d06d 9e083df
Improvements
- Updated the README.md file e471c62
v0.1.0
This release includes bug fixes, improved command line messages and a new CLI option
Fixes
- Fix for #18: Prevented --no-crna flag from being ignored if directory with same name already existed eee44a9
Changes and improvements
- Upgraded dependencies and removed unused ones 1533dcd
- Added CLI option
--no-expo
which works in the same way as--no-crna
- Improved CLI messages (colour coded messages and formatting)
- Replaced 'CRNA' with 'Expo' or 'expo-cli' in messages 4c286f5
- Display react-native-cli version on initialisation for non-expo projects aa3d845
- Deleted an unused config file f101ef0
- Replaced
var
s withconst
s 7ed2213 - Changed naming of project generating functions 761b0a1
- Improved app.vue formatting fd76f3c
Support for RN >0.55.4
This release adds support for RN > 0.55.4 for both CRNA and Non-CRNA mode
Expo Config
Support RN Cli Config through Expo since React Native scripts has been deprecated