Questions tagged [vue-native]

questions relating to Vue Native library which bridged between Vue and React Native

Vue Native enables programmers to use Vue.JS with React Native, by including wrappers around React Native's APIs.

Vue Native is deprecated, and is no longer maintained.

109 questions
47
votes
3 answers

Which is better vue-native or nativescript-vue?

I would like to start a mobile app with VueJS. Can anyone please suggest which Framework I can choose between vue-native or nativescript-vue?
china veerreddy
  • 525
  • 1
  • 4
  • 8
7
votes
1 answer

How can i turn my nuxt universal app to mobile native app

i already made couple of Nuxt RND (universal and spa) application. Now i want to turn those application into native mobile app. Vue native is one option,but i just want keep everything in a shape with SSR mode Please give me your valuable…
fahimarifen
  • 99
  • 2
  • 6
6
votes
1 answer

Combine react-native component with vue-native

Is there any way I could combine react native component like this one https://github.com/archriss/react-native-snap-carousel/tree/master/example with a vue native? I have a project in vue-native and want to use react-native component inside it, but…
Rekin
  • 61
  • 4
6
votes
4 answers

Vue native is always executing App.js instead of .vue

I made the first process of installation of vue-native, and I'm following the "Getting Started" Hello world tutorial (https://vue-native.io/getting-started.html), but the App.vue is never executed, only the App.js. If I remove the App.js I get an…
Bak87
  • 219
  • 3
  • 9
5
votes
2 answers

Can you Create a Native Vue App with NuxtJS

Nuxt is great and I understand clearly the problems it solves. Where one desires a Nuxt-based SPA as well as native ios/ android versions, does it mean that you have to deal with 2 different code bases and no way to package the resulting SPA as a…
user1729972
  • 712
  • 2
  • 9
  • 29
5
votes
0 answers

How to fix "ENOENT: no such file or directory, chdir 'project-name'" when initializing a Vue Native project?

I'm trying: vue-native init test-project And I'm getting this output: Using globally installed expo-cli 3.0.10 Creating Vue Native project project-new Creating project with expo-cli [09:09:29] --name: argument is required in non-interactive…
Ali Akhtari
  • 63
  • 3
  • 10
5
votes
1 answer

Unable to resolve "../../App" from "node_modules\expo\AppEntry.js" Failed building JavaScript bundle

I cant open my vue file with expo. It gives AppEntry.js error. The problem is in AppEntry.js file my vue file hasnt seen so it gives error. I couldnt find how to add .vue extension. I need help guys this error drives me mad. I updated my expo-cli…
5
votes
5 answers

Unable to resolve "../../App" from "node_modules/expo/AppEntry.js"

I am making a vue-native app with expo. when upgrading to expo version 33 I get the following error "Unable to resolve "../../App" from "node_modules/expo/AppEntry.js". The need to upgrade to version 33 is because I need the expo filesystem…
Ashley van Laer
  • 91
  • 1
  • 2
  • 8
5
votes
1 answer

Vue Native installation failed with Vue Native CLI

Created helloworld project refer to https://vue-native.io/docs/installation.html#Setup-with-Vue-Native-Cli But has the error following as and my first application doesn't start. Unable to resolve "../../App" from "node_modules/expo/AppEntry.js" My…
mentai
  • 123
  • 10
4
votes
1 answer

Does vue-native support working with SCSS?

I'm trying to use SCSS to style my elements in vue-native project. I just created a fresh project and ran it with Expo and it ran just fine. Then in my App.vue I tried to change