Skip to content

Commit

Permalink
Merge pull request #13 from bcalik/patch-1
Browse files Browse the repository at this point in the history
`pod install` step is required to run example.
  • Loading branch information
IjzerenHein committed Dec 23, 2019
2 parents 267fc70 + b26ef24 commit ef8c440
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 ef8c440

Please sign in to comment.