GeekyAnts / vue-native-cli

Write Native Mobile Apps using Vue. Vue Native is a wrapper around React Native APIs
92 stars 21 forks source link

Update README.md to describe required changes in app.json for Expo users #25

Closed RishabhKarnad closed 5 years ago

RishabhKarnad commented 5 years ago

Certain versions of Expo ignore the sourceExts property in metro.config.js, which causes a crash described here:

https://github.com/GeekyAnts/vue-native-core/issues/183

Update the README.md to describe the required changes.

RishabhKarnad commented 5 years ago

Closing, since v0.1.1, which automatically generates the correct app.json, makes this redundant.