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
This commit is contained in:
Jamon Holmgren
2020-04-15 06:18:30 -07:00
committed by Facebook GitHub Bot
parent 627cc8fe7f
commit 8c9de002bf

View File

@@ -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 → 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 → 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).