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