diff --git a/docs/getting-started/react-native.mdx b/docs/getting-started/react-native.mdx index be79ad09c..eb9f11753 100644 --- a/docs/getting-started/react-native.mdx +++ b/docs/getting-started/react-native.mdx @@ -37,6 +37,11 @@ Android: iOS: +react-native version => 0.69.0 +1. Call `FlipperConfiguration.enabled` with a specific version in `ios/Podfile`, for example: `:flipper_configuration => FlipperConfiguration.enabled(["Debug"], { 'Flipper' => '0.159.0' }),`. +2. Run `pod install --repo-update` in the `ios` directory. + +react-native version < 0.69.0 1. Call `use_flipper` with a specific version in `ios/Podfile`, for example: `use_flipper!({ 'Flipper' => '0.159.0' })`. 2. Run `pod install --repo-update` in the `ios` directory.