Summary: Show internal instructions for Flipper setup by default on "Getting Started" page. This is a follow up to https://fb.workplace.com/groups/flippersupport/permalink/955763464904312/. I used tabs component to show both internal and external content in tabs. By default, internal content is shown, but it is possible to also switch to external. Reviewed By: jknoxville Differential Revision: D23649955 fbshipit-source-id: c4f956e0ee9fec69cf861d96a447f934f746dd7f
19 lines
652 B
Plaintext
19 lines
652 B
Plaintext
---
|
|
id: index
|
|
title: Desktop App
|
|
---
|
|
import useBaseUrl from '@docusaurus/useBaseUrl';
|
|
import FBContent from '../../website/src/components/FBContent';
|
|
|
|
Flipper helps you debug Android and iOS apps running in an emulator/simulator or connected physical development devices. Flipper consists of two parts:
|
|
|
|
- The desktop app
|
|
- The native mobile SDKs for Android and iOS
|
|
|
|
To use Flipper, you need to add the mobile SDK to your app. If you are using React Native 0.62 or higher, this is largely done automatically for you.
|
|
|
|
<FBContent
|
|
internal={() => require('./fb/using-flipper-at-facebook.mdx')}
|
|
external={() => require('./using-flipper.mdx')}
|
|
/>
|