[Vuejs]-App.vue is not working in Vue-Native application

0👍

If you use expo, you must find file: your-app/node-modules/expo(not @expo but expo)/AppEntry.js and change import App from '../../App'; to import App from '../../App.vue';

Leave a comment