From 965ef499431d2ab7cc9b4ce4dccab6aafe437275 Mon Sep 17 00:00:00 2001 From: Lorenzo Blasa Date: Thu, 25 Nov 2021 07:01:41 -0800 Subject: [PATCH] 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 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 36d199623..4aa31bf09 100644 --- a/README.md +++ b/README.md @@ -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`. +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 ```bash