Sem descrição

Michael 4c9962a7b3 first commit há 5 anos atrás
.idea 4c9962a7b3 first commit há 5 anos atrás
assets 4c9962a7b3 first commit há 5 anos atrás
src 4c9962a7b3 first commit há 5 anos atrás
.babelrc 4c9962a7b3 first commit há 5 anos atrás
.eslintrc 4c9962a7b3 first commit há 5 anos atrás
.flowconfig 4c9962a7b3 first commit há 5 anos atrás
.gitignore 4c9962a7b3 first commit há 5 anos atrás
.watchmanconfig 4c9962a7b3 first commit há 5 anos atrás
App.vue 4c9962a7b3 first commit há 5 anos atrás
README.md 4c9962a7b3 first commit há 5 anos atrás
app.json 4c9962a7b3 first commit há 5 anos atrás
license 4c9962a7b3 first commit há 5 anos atrás
metro.config.js 4c9962a7b3 first commit há 5 anos atrás
package-lock.json 4c9962a7b3 first commit há 5 anos atrás
package.json 4c9962a7b3 first commit há 5 anos atrás
vueTransformerPlugin.js 4c9962a7b3 first commit há 5 anos atrás

README.md

NativeBase KitchenSink App For Vue Native

This project was bootstrapped with Vue Native Cli.

Demo

iOS Android
ios-demo android-demo

Installation

  • Clone and install packages

    git clone https://github.com/GeekyAnts/KitchenSink-Vue-Native.git
    cd KitchenSink-Vue-Native
    npm install
    
  • Run on iOS

    • Opt #1:
    • Run npm start in your terminal
    • Scan the QR code in your Expo app
    • Opt #2:
    • Run npm run ios in your terminal
  • Run on Android

    • Opt #1:
    • Run npm start in your terminal
    • Scan the QR code in your Expo app
    • Opt #2:
    • Make sure you have an Android emulator installed and running
    • Run npm run android in your terminal