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
This commit is contained in:
Lucas Bento
2020-03-27 04:42:02 -07:00
committed by Facebook GitHub Bot
parent 8fa4b5ccb2
commit 6a7386e2bd

View File

@@ -343,7 +343,7 @@ Finally, you need to add plugins to your Flipper client. Above we have only adde
<div class="warning">
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)