From f9ade3d74d971e275b09407b2f4a3b5d71101ba2 Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Tue, 19 May 2020 05:31:05 -0700 Subject: [PATCH] add link to RN + Flipper talk Summary: ^ Reviewed By: passy Differential Revision: D21619630 fbshipit-source-id: f1570cc509b67d5a6bace76f1c094abe81b42522 --- docs/features/react-native.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/features/react-native.mdx b/docs/features/react-native.mdx index 6f0819eae..b0e4b67a2 100644 --- a/docs/features/react-native.mdx +++ b/docs/features/react-native.mdx @@ -11,6 +11,11 @@ Integration between React Native and Flipper is enabled out of the box in React → [See setup instructions for React Native](../getting-started/index#setup-your-react-native-app) +
+ +
Flipper: The Extensible DevTool Platform for React Native +
+ ## Device type: React Native In Flipper there is a dedicated device type, “React Native”, that connects to a locally running Metro instance to interact with your React Native app. This device will be detected as soon as you fire up a Metro instance by running `yarn run ios` or `yarn run android` in your project.