diff --git a/docs/getting-started/react-native.mdx b/docs/getting-started/react-native.mdx index aa58d00796f..c929a7a8357 100644 --- a/docs/getting-started/react-native.mdx +++ b/docs/getting-started/react-native.mdx @@ -39,12 +39,6 @@ iOS: 1. Call `use_flipper` with a specific version in `ios/Podfile`, for example: `use_flipper!({ 'Flipper' => '0.150.0' })`. 2. Run `pod install --repo-update` in the `ios` directory. -* Android - 1. Bump the `FLIPPER_VERSION` variable in `android/gradle.properties`, for example: `FLIPPER_VERSION=0.150.0`. - 2. Run `./gradlew clean` in the `android` directory. -* iOS - 1. Call `use_flipper` with a specific version in `ios/Podfile`, for example: `use_flipper!({ 'Flipper' => '0.150.0' })`. - 2. Run `pod install --repo-update` in the `ios` directory. ## Manual Setup