reactotron
reactotron copied to clipboard
A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.
Did reactotron support M1? I cannot open reactotron in m1 mac
First of all, thanks for this project! 🙌 Really great for debugging. Just a quick PR to add a quick start example for those using Expo, so that there are...
Title says it all. When I run basic test app on iOS simulator, I get 'Reactotron Configured' in the console log, but Reactotron app does not connect on Mac. Have...
Hi. I'm really having trouble making Reactotron connect to my device and work. Here's my config `ReactotronConfig.js` : ``` import Reactotron from 'reactotron-react-native' Reactotron .configure() // controls connection & communication...
It's been [over two years] since the 3.0.0-beta of Reactotron was released! This PR brings in all the work that @rmevans9 did to update Reactotron, simplify and modernize the code...
I'm using expo (idk if that matters but seems like it shouldn't from searching around). I went into my state and have done both `*` and empty state and just...
I try with this way but didn't work. Getting undefined function error ``` import {action, createStore} from 'easy-peasy'; import reactotron from 'reactotron-react-native'; import {applyMiddleware, compose} from 'redux'; import drawerModal from...
Not entirely sure how to describe or report this bug as it seems to come and go (and has done so for months) but I'm currently able to trigger it...
Hi, it would be great to support theming. I've found issues from 2017/18 that requested light theme but I don't see the option in the tool nor the docs.
I have been using Reactotron for some years and there is one issue that sometimes freaks me out which is multiple connections for the same device/emulator. Each reloads creates a...