From b8feab9a411825a42b3d47af93ddfbfcbb7c13bd Mon Sep 17 00:00:00 2001 From: sol <59817244+badbeoti@users.noreply.github.com> Date: Thu, 27 Apr 2023 07:02:36 -0700 Subject: [PATCH] Update react-native.mdx (#4696) Summary: Typo in Docs ## Changelog Fixed typo in getting-started/react-native.mdx react-native version => 0.69.0 0.159.0 -> 0.189.0 react-native version < 0.69.0 0.189.0 -> 0.162.0 Pull Request resolved: https://github.com/facebook/flipper/pull/4696 Test Plan: null Reviewed By: lblasa Differential Revision: D45350776 Pulled By: passy fbshipit-source-id: 3afb21a7f6eb42b953bd821edd3a34d0c6fc28cc --- docs/getting-started/react-native.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/react-native.mdx b/docs/getting-started/react-native.mdx index 258305eaf..fd8c03a1d 100644 --- a/docs/getting-started/react-native.mdx +++ b/docs/getting-started/react-native.mdx @@ -40,11 +40,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' }),`. +1. Call `FlipperConfiguration.enabled` with a specific version in `ios/Podfile`, for example: `:flipper_configuration => FlipperConfiguration.enabled(["Debug"], { 'Flipper' => '0.190.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.190.0' })`. +1. Call `use_flipper` with a specific version in `ios/Podfile`, for example: `use_flipper!({ 'Flipper' => '0.162.0' })`. 2. Run `pod install --repo-update` in the `ios` directory. ## Manual Setup