Summary: Unfortunately optional require does not work with docusaurus bundler configuration in case file not exist, so open source build is failing now. I'm backing out this commit until solution for dynamic imports in docusaurus found. Reviewed By: mweststrate Differential Revision: D23679147 fbshipit-source-id: 7934e0a7decf128c1914f52645adaf4617c97eea
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')}
|
|
/>
|