v0.1.2
This release mainly contains a fix for a bug that would make npm install
fail.
Bug fixes
- Fixed #182 and #191 by correcting the path to
vue-native-scripts
' executable (in "bin" in thepackage.json
)
Known issues
- Expo users using SDK ^33 or projects generated with
expo-cli
^3.0.0 may still face an app crash on starting the development server. This happens due to a bug in Expo which ignores thesourceExts
inmetro.config.js
. A manual change is required inapp.json
as described in #183