As the creators of Rozenite, we maintain several plugins that demonstrate the framework's capabilities and provide essential debugging tools for React Native development.
Our official plugins are also in beta and may not work in all possible use-cases. We're actively working to improve stability and compatibility. If you encounter any issues, please report them or help us make it better by contributing to the repository.
Integrate Expo Atlas directly into your React Native DevTools for bundle analysis and optimization. This plugin provides:
Integrate TanStack Query DevTools directly into your React Native DevTools for query monitoring and cache management. This plugin provides:
Monitor network requests in your React Native app with a comprehensive network inspector similar to Chrome DevTools. This plugin provides:
Integrate Redux DevTools directly into your React Native DevTools for state inspection and debugging. This plugin provides:
Plugins should be installed as development dependencies since they are only needed during development:
See the individual plugin documentation for complete installation instructions including hook setup.
Each plugin has its own configuration requirements. See the individual plugin documentation for setup instructions.
In addition to the plugins we maintain, the Rozenite community creates and maintains many useful plugins. While these aren't officially supported, they can provide valuable functionality for specific use cases.
Want to contribute to plugins or suggest new ones? Check out our Plugin Development Guide to learn how to create plugins, or reach out to the community to discuss your ideas. We welcome contributions to both our maintained plugins and community plugins.
Next: Learn about the Expo Atlas plugin, TanStack Query plugin, Network Activity Inspector, or Redux DevTools plugin.