From f6844235d91d0d2160cf9c4ed30d74ef43873a94 Mon Sep 17 00:00:00 2001 From: Ramon Gebben Date: Sun, 10 Jan 2016 10:11:55 +0100 Subject: [PATCH] Added readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9e5f073 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Get me high mobile + +## Running +To run your app on iOS: + Open /ios/getMeHighMobile.xcodeproj in Xcode + Hit the Run button +To run your app on Android: + Have an Android emulator running (quickest way to get started), or a device connected + cd /getMeHighMobile + react-native run-android