Skip to content

Commit

Permalink
Update README (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbiga authored Mar 13, 2020
1 parent 5a79cf2 commit f447ed3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ Android is currently being optimized. iOS will need to be tested, optimized, an

Refer to and run the dev_setup.sh for needed tools.

### iOS Configuration - First Time Setup

1. pod install in `ios` directory
2. Open `.workspace` file in the iOS directory and run `build`
3. If you have any trouble with packages not round, try `react-native link` from project directory.
4. Look at running commands below.

## Running

Install modules:
Expand All @@ -30,7 +37,7 @@ npx react-native run-android
```
or
```
npx react-native run-ios
npx react-native run-ios --simulator="iPhone 8 Plus"
```

## Deploying
Expand Down

0 comments on commit f447ed3

Please sign in to comment.