DEV Community

Molly Crendraven
Molly Crendraven

Posted on

Creating a native Android app with Vue Native

Using https://vue-native.io/

Install npm install -g react-native-cli

Install npm install -g expo-cli

Install npm install -g vue-native-cli

npm install -g vue-native-cli
vue-native init <projectName> // Initializes crna project
vue-native init <projectName> --no-crna // Initializes react-native project
cd <project-name>
Enter fullscreen mode Exit fullscreen mode

Add or edit the android section of app.json

https://docs.expo.io/versions/latest/distribution/building-standalone-apps/#2-configure-appjson

expo build:android

===========================================

I'm sorry. This was going to be a more detailed post, but my mind's not in it. I promised a post, so here you go :(

Top comments (4)

Collapse
 
gabek profile image
Gabe Kangas

This is the best post I've ever read.

Collapse
 
sn0n profile image
Rob Foraker

LoL, this is how I feel with every blog post I'm writing sober. Now get and keep me stoned, and I'll write a 1000 word paper no problem.

Collapse
 
opeolluwa profile image
ADEOYE ADEFEMI OPEOLUWA

can i give a hand with the writing?

Some comments may only be visible to logged-in visitors. Sign in to view all comments.