From d765e0f93e587282e341c78db9757570ddd07778 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 29 Oct 2020 05:56:25 -0700 Subject: [PATCH] Fix React Native docs Summary: Reckon this broke with the Docusaurus 2 upgrade. Reviewed By: mweststrate Differential Revision: D24537442 fbshipit-source-id: b3fbac990f82819941e17f0f7ce89df616aa6718 --- docs/features/react-native.mdx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/features/react-native.mdx b/docs/features/react-native.mdx index 536ac531a..63f8eb62f 100644 --- a/docs/features/react-native.mdx +++ b/docs/features/react-native.mdx @@ -47,15 +47,18 @@ One of the greatest values of Flipper is its extensibility. Many teams across Fa Writing plugins for Flipper doesn't require any native code, as the Flipper SDK is exposed directly to JavaScript through the [react-native-flipper](https://www.npmjs.com/package/react-native-flipper) package. Tic Tac Toe example plugin + _Example Flipper plugin: playing a game of Tic Tac Toe using Flipper and some emulators_ If you would love to build a specific (or generic) extension for Flipper check out the following pointers! Plugins for Flipper can be distributed through NPM so sharing them is trivial. -→ Creating a React Native Flipper Plugin https://fbflipper.com/docs/tutorial/react-native -→ Create a Flipper Desktop Plugin https://fbflipper.com/docs/tutorial/js-setup +* Creating a React Native Flipper Plugin +* Create a Flipper Desktop Plugin ### Community React Native plugins for Flipper The React Native community has also started to build plugins for Flipper. * [Reactotron's](https://infinite.red/reactotron) [Flipper plugin](https://github.com/infinitered/flipper-plugin-reactotron) is an example of a standalone React Native desktop app, [ported to work as a Flipper plugin](https://shift.infinite.red/better-react-native-debugging-with-reactotron-in-flipper-6b823af29220). + +*Got your own Flipper plugin for React Native you want to plug here? Please sent us a [Pull Request](https://github.com/facebook/flipper/blob/master/docs/features/react-native.mdx)!*