From 0537dbf54bb7b02b449b2be4aff9a6a15de6cb06 Mon Sep 17 00:00:00 2001 From: Infinite Red Date: Thu, 14 Dec 2023 01:35:34 +0000 Subject: [PATCH] orb(reactotron): ci(ir-docs): trigger publish-docs on release branch commits (#1348) (fe16fd4da587ce7743d3c0c468b27fae63d450e8) --- docs/reactotron/plugins/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/reactotron/plugins/index.md b/docs/reactotron/plugins/index.md index 3ca75e41..a22404d6 100644 --- a/docs/reactotron/plugins/index.md +++ b/docs/reactotron/plugins/index.md @@ -17,3 +17,11 @@ Reactotron.configure() .use(somePlugin()) .connect() ``` + +# Community-made plugins + +Anyone can make a Reactotron plugin! If you've made a plugin, please open a PR to add it to this list. + +> Note that Infinite Red does not maintain these plugins and can not guarantee compatibility or effectiveness. If you have questions about a plugin, please contact the plugin author. + +- [reactotron-react-query](https://github.com/hsndmr/reactotron-react-query)