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)!*