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
This commit is contained in:
@@ -40,11 +40,11 @@ Android:
|
|||||||
iOS:
|
iOS:
|
||||||
|
|
||||||
react-native version => 0.69.0
|
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.
|
2. Run `pod install --repo-update` in the `ios` directory.
|
||||||
|
|
||||||
react-native version < 0.69.0
|
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.
|
2. Run `pod install --repo-update` in the `ios` directory.
|
||||||
|
|
||||||
## Manual Setup
|
## Manual Setup
|
||||||
|
|||||||
Reference in New Issue
Block a user