mirror of
https://github.com/RamonGebben/getmehigh-native.git
synced 2026-03-10 08:41:24 +00:00
added setup steps to readme
This commit is contained in:
@@ -1,10 +1,19 @@
|
||||
# Get me high mobile
|
||||
|
||||
## Setup
|
||||
|
||||
```bash
|
||||
[sudo] npm i react-native -g
|
||||
npm i
|
||||
```
|
||||
|
||||
## Running
|
||||
To run your app on iOS:
|
||||
Open <project foler>/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
|
||||
```bash
|
||||
cd <project foler>/getMeHighMobile
|
||||
react-native run-android
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user