From 2bb3f407b5d9a14547f34df71ebf397a7c2b9d22 Mon Sep 17 00:00:00 2001 From: Kim JeongHyeok <42544600+zereight@users.noreply.github.com> Date: Tue, 19 Jul 2022 02:20:10 -0700 Subject: [PATCH] docs: remove duplicate guide info (#3906) Summary: Duplicate info seem to exist in the getting started guide ## Changelog Pull Request resolved: https://github.com/facebook/flipper/pull/3906 Test Plan: Imported from GitHub, without a `Test Plan:` line. **Static Docs Preview: flipper** |[Full Site](https://our.intern.facebook.com/intern/staticdocs/eph/D37927352/V2/flipper/)| |**Modified Pages**| |[docs/getting-started/react-native](https://our.intern.facebook.com/intern/staticdocs/eph/D37927352/V2/flipper/docs/getting-started/react-native/)| Reviewed By: lblasa Differential Revision: D37927352 Pulled By: passy fbshipit-source-id: 8dae61b1d13bf4d3ab7eb83c140847fc9856daf9 --- docs/getting-started/react-native.mdx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/getting-started/react-native.mdx b/docs/getting-started/react-native.mdx index e49bb7f2d..12d87e9db 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.154.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.154.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.154.0' })`. - 2. Run `pod install --repo-update` in the `ios` directory. ## Manual Setup