From 6a7386e2bd4a0b81f963099baf0a70e109123b4a Mon Sep 17 00:00:00 2001 From: Lucas Bento Date: Fri, 27 Mar 2020 04:42:02 -0700 Subject: [PATCH] Make the RN tutorials link clearer (#935) Summary: Minor change to better specify the React Native tutorials, definitely open for opinions. Pull Request resolved: https://github.com/facebook/flipper/pull/935 Reviewed By: mweststrate Differential Revision: D20691447 Pulled By: passy fbshipit-source-id: 00a5e107c010053bd291922a13ce6a2ed8ee1fb1 --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index a800fb132..5bab9fb48 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -343,7 +343,7 @@ Finally, you need to add plugins to your Flipper client. Above we have only adde
-This version of the tutorial is written against **React Native 0.62.0**. +This tutorial is for React Native applications using version **0.62.0**, please refer to the following if you are using a different version: * [Flipper on RN < 0.61.5 tutorial](https://github.com/facebook/flipper/blob/da25241f7fbb06dffd913958559044d758c54fb8/docs/getting-started.md#setup-your-react-native-app) * [Flipper on RN 0.61.5 - 0.62 tutorial](https://github.com/facebook/flipper/blob/4297b3061f14ceca4d184aa3eebd0731b5bf20f5/docs/getting-started.md#setup-your-react-native-app)