reactotron
reactotron copied to clipboard
A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.
### Describe the bug ## \[Performance Issue] Severe Slowdown Introduced by State Diffing in reactotron-redux v3.2.0 ### Description Starting from version **3.2.0** of `reactotron-redux`, the newly introduced state diffing feature,...
## Please verify the following: - [ ] `yarn build-and-test:local` passes - [ ] I have added tests for any new features, if relevant - [ ] `README.md` (or relevant...
### Describe the bug My Project is currently running with an expo because I need support web for this app. I installed reactotron in the latest version and ran it...
### Describe the bug i upgrade my react native app from 0.76.6 to 0.77.0. The build has successfully but i have the following error No script URL provided. Make sure...
### Describe the bug Hi everyone, I’m currently facing an issue where Reactotron is not logging API calls on Android with React Native version 0.76.5. Here are the details: Environment:...
This is a rather large PR, but the actual changes are fairly limited in surface area. It's part of my new effort to streamline and simplify Reactotron's code base to...
### Describe the bug i have a simple react native app: i have this config `reactotron-config.js:` ``` import AsyncStorage from '@react-native-async-storage/async-storage'; import Reactotron from 'reactotron-react-native'; Reactotron.configure({ name: 'Example App' })...
### Describe the bug I thought Reactotron wasn't working... ...however, it was because I had filters active that filtered out all the logs. We should fix this. ### Reactotron version...
### Describe the bug Sporadically, when I refresh my app I get the following error message, even though I'm able to use Reactotron without problems: ``` LOG An error occurred...
### Describe the bug Getting the following error after installing and configuring reactotron-redux ``` TypeError: 0, _$$_REQUIRE(_dependencyMap[4](...)t").assertHasStateResponsePlugin is not a function (it is undefined), js engine: hermes ``` I used...