From 8c9de002bf86457858005bb2f15c45ec4b751c12 Mon Sep 17 00:00:00 2001 From: Jamon Holmgren Date: Wed, 15 Apr 2020 06:18:30 -0700 Subject: [PATCH] Add Reactotron's Flipper plugin to docs / website (#1009) Summary: We've ported [Reactotron](https://infinite.red/reactotron) to work as a Flipper plugin. This adds a new section listing known community plugins and starts with Reactotron-in-Flipper as an example. ## Changelog Added one section to the React Native page. Pull Request resolved: https://github.com/facebook/flipper/pull/1009 Test Plan: Docs-only. Reviewed By: passy Differential Revision: D21039079 Pulled By: mweststrate fbshipit-source-id: 1187119d78baba321012f8ffa243685b25441e9d --- docs/features/react-native.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/features/react-native.md b/docs/features/react-native.md index 1046f8d36..64d45ce6a 100644 --- a/docs/features/react-native.md +++ b/docs/features/react-native.md @@ -46,3 +46,9 @@ If you would love to build a specific (or generic) extension for Flipper check o → Creating a React Native Flipper Plugin https://fbflipper.com/docs/tutorial/react-native.html → Create a Flipper Desktop Plugin https://fbflipper.com/docs/tutorial/js-setup.html + +### 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).