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

Missing dependency on default project #57

Open AlexisTM opened 2 years ago

AlexisTM commented 2 years ago

Installing the default project generates a unusable application.

Error:

Android Bundling failed 31ms
Unable to resolve "prop-types" from "App.vue"

To solve it and make it compile again, we need to add the prop-types module.

npm install --save prop-types