From 8070d31d870a49e36d473b29210e8b5c7b2d4f97 Mon Sep 17 00:00:00 2001 From: Lorenzo Blasa Date: Thu, 8 Sep 2022 08:59:29 -0700 Subject: [PATCH] Edit react-native-android.mdx using inpage editor Summary: This diff has been automatically generated by the inpage editor. If you want to update this diff, go through the preview link that would be attached to the test plan. Please ensure you are editing the same page that was used to create this diff. Reviewed By: antonk52 Differential Revision: D39345371 fbshipit-source-id: c6d42685d3ecf2d898094c3a688f7c754f318963 --- docs/getting-started/react-native-android.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/react-native-android.mdx b/docs/getting-started/react-native-android.mdx index 7e8972755..4992b8a91 100644 --- a/docs/getting-started/react-native-android.mdx +++ b/docs/getting-started/react-native-android.mdx @@ -6,7 +6,7 @@ sidebar_label: Manual Android Setup import useBaseUrl from '@docusaurus/useBaseUrl'; import Link from '@docusaurus/Link'; -::note +:::note The information within this page is meant for people manually adding Flipper to a React Native 0.62+ app. This should only be necessary if you have an existing app that cannot be upgraded with the [React Native Upgrade tool](https://reactnative.dev/docs/upgrading). :::