Skip to content

Companion app to my conference talk at the first nz.js(con)

Notifications You must be signed in to change notification settings

sethreidnz/DontFUpYourFlight

Repository files navigation

Quick Start

Note: You will need to be setup to run React Native on your system. See their guide here For a guide on some common install issue troubleshooting see React Native Install Troubleshooting

Clone the repo

git clone http://github.com/justsayno/GroundUp-Mobile
cd GroundUp-Mobile

Install the dependencies

npm install -g react-native-cli

Run the Android app

  1. Open Android Studio (into any project)

  2. Click on Tools > Android > AVD Manager

  3. On the right hand side next to the emulator you want to run click on the play icon

  4. Run a command line as administrator:

cd GroundUp
react-native run-android

NOTE: If you see errors you may need to cd into the android folder and run gradlew clean (as administrator)

The app should now be running in the emulator.

Run the IoS app

Follow the docs

The developer menu on the app

Once the app is running you can press CTRL + M and see the developer menu.

Hot Module Reloading

Enable this from your developer menu for live reload

About

Companion app to my conference talk at the first nz.js(con)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published