Skip to content

Releases: GeekyAnts/vue-native-cli

v0.3.0

14 Jul 16:50
Compare
Choose a tag to compare

This release fixes installation issues on certain platforms

BREAKING CHANGES

  • This release drops support for React Native <0.59

Fixes

  • Fixes semver is not a function error (#50) 42d3a5a

v0.2.0...v0.3.0

v0.2.0

01 Mar 17:36
Compare
Choose a tag to compare

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

28 May 14:26
Compare
Choose a tag to compare

This release contains fixes for issues on Windows 10

  • Use npm instead of yarn dc5e030
  • Replaced mv with fs.renameSync 2807e71
  • Replaced rm -rf with rimraf.sync 3a361d4
  • Changed @babel/core version to be installed bcdfe07

v0.1.1...v0.1.2

v0.1.1

23 Aug 15:28
Compare
Choose a tag to compare

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 the app.json file. b71d06d 9e083df

Improvements

  • Updated the README.md file e471c62

v0.1.0...v0.1.1

v0.1.0

02 Aug 14:23
Compare
Choose a tag to compare

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 vars with consts 7ed2213
  • Changed naming of project generating functions 761b0a1
  • Improved app.vue formatting fd76f3c

0.0.6...v0.1.0

Support for RN >0.55.4

09 Feb 18:47
Compare
Choose a tag to compare

This release adds support for RN > 0.55.4 for both CRNA and Non-CRNA mode

Expo Config

24 Sep 20:13
Compare
Choose a tag to compare

Support RN Cli Config through Expo since React Native scripts has been deprecated