Important
If you're looking to use Reactotron, go to the main repo. This is an experimental react-native-macos version of Reactotron, and it is not yet ready for use.
Reactotron is a powerful debugger for React Native applications. It provides an easy-to-use interface for developers to monitor their application's state, network requests, and performance metrics and can be used for any size of project, from small personal apps to large-scale enterprise applications. It's the OG debugger at Infinite Red that we use on a day-to-day basis to build client apps. And, best of all, Reactotron is completely open source and free to use!
Currently, you can only run Reactotron macOS by cloning the repo and running it locally.
git clone https://github.com/infinitered/reactotron-macos.git
cd reactotron-macos
npm install
pod install --project-directory=macos
npm run start
npm run macos
Note
TODO: Add instructions for connecting to your app.
Note
TODO: Add troubleshooting instructions.
To learn more about Reactotron, take a look at the following resources:
Note
TODO: Add resources.