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.