From 7e9e7c2fe94d0f2be6c94e174a4fcfc5c17fb9a4 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Fri, 27 Mar 2020 10:33:44 -0700 Subject: [PATCH] Mention RN right at the top Summary: RN is first class. Reviewed By: jknoxville Differential Revision: D20693739 fbshipit-source-id: a9eabbcb25254dfaf0e31a252bf67eae22390010 --- website/pages/en/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/pages/en/index.js b/website/pages/en/index.js index 658840736..b1aa4ec4d 100755 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -17,10 +17,10 @@ class Index extends React.Component {

Extensible mobile app debugger

- Flipper is a platform for debugging mobile apps on iOS and - Android. Visualize, inspect, and control your apps from a simple - desktop interface. Use Flipper as is or extend it using the plugin - API. + Flipper is a platform for debugging iOS, Android + and React Native apps. Visualize, inspect, and control your apps + from a simple desktop interface. Use Flipper as is or extend it + using the plugin API.