Skip to content

Commit

Permalink
pod install step is required to run example.
Browse files Browse the repository at this point in the history
`pod install` step is required to run example project on iOS.
Updated Example's readme accordingly.
  • Loading branch information
bcalik committed Dec 21, 2019
1 parent 267fc70 commit b26ef24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The example app includes a variety of tests and receipes. It features a simple s
yarn # in the root directory
cd Example
yarn
cd ios && pod install && cd ..

# Run for ios
react-native run-ios
Expand Down

0 comments on commit b26ef24

Please sign in to comment.