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)