From 9ab8c236b578d10730cc1bf730f8afc960d18c73 Mon Sep 17 00:00:00 2001 From: Jirka Svoboda Date: Fri, 24 Dec 2021 04:45:39 -0800 Subject: [PATCH] Added --repo-update to pod install in readme (#3208) Summary: Took me a while during updating Flipper version to resolve proper iOs install with --repo-update (I am newbie to react native). I think others could benefit from having this in readme directly. ## Changelog Just Readme.md change. No functional change at all. Pull Request resolved: https://github.com/facebook/flipper/pull/3208 Test Plan: Imported from GitHub, without a `Test Plan:` line. **Static Docs Preview: flipper** |[Full Site](https://our.intern.facebook.com/intern/staticdocs/eph/D33307795/V2/flipper/)| |**Modified Pages**| |[docs/getting-started/react-native](https://our.intern.facebook.com/intern/staticdocs/eph/D33307795/V2/flipper/docs/getting-started/react-native/)| Reviewed By: antonk52 Differential Revision: D33307795 Pulled By: mweststrate fbshipit-source-id: 0fd202593c6aa37c80fde4a44a7b3472b8672370 --- docs/getting-started/react-native.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/react-native.mdx b/docs/getting-started/react-native.mdx index 8f5a2ba53..a07dda035 100644 --- a/docs/getting-started/react-native.mdx +++ b/docs/getting-started/react-native.mdx @@ -38,7 +38,7 @@ Android: iOS: 1. Call `use_flipper` with a specific version in `ios/Podfile`, for example: `use_flipper!({ 'Flipper' => '0.127.0' })`. -2. Run `pod install` in the `ios` directory. +2. Run `pod install --repo-update` in the `ios` directory. ## Manual Setup