Updated documentation for React Native Example iOS

Summary:
The existing react native example ios documentation is not entirely accurate.

```pod install --repo-update```

If is the first time running, that command needs to be run prior to running `yarn ios`

Reviewed By: fabiomassimo

Differential Revision: D32666486

fbshipit-source-id: aa09d69d16010a7b55c9ac51eb63a0a012d8e987
This commit is contained in:
Lorenzo Blasa
2021-11-25 07:01:41 -08:00
committed by Facebook GitHub Bot
parent d96b6d9d83
commit 965ef49943

View File

@@ -148,6 +148,8 @@ Note that the first 2 steps need to be done only once.
Alternatively, the app can be started on `iOS` by running `yarn ios`. Alternatively, the app can be started on `iOS` by running `yarn ios`.
If this is the first time running, you will also need to run `pod install --repo-update` from the `react-native/ReactNativeFlipperExample/ios` folder.
## JS SDK + Sample React app ## JS SDK + Sample React app
```bash ```bash