reactotron icon indicating copy to clipboard operation
reactotron copied to clipboard

A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.

Results 223 reactotron issues
Sort by recently updated
recently updated
newest added

{ "scripts": { "start": "react-native start", "android": "react-native run-android", "ios": "react-native run-ios", "web": "expo start --web", "eject": "expo eject" }, "dependencies": { "@expo/vector-icons": "^12.0.0", "@react-native-async-storage/async-storage": "~1.15.0", "@react-native-community/netinfo": "7.1.3", "@react-native-masked-view/masked-view": "0.2.6",...

Created new app using `ignite-cli` added two new options `openInEditor()` and `trackGlobalErrors()` The error is thrown when the button is clicked (intentionally), stack trace not shown properly: https://github.com/midrizi/ignite-native-example/blob/298ce4adfa4c0b9d9bfd7edd67a893c2f55a8234/app/screens/welcome/welcome-screen.tsx#L129 If you...

Whenever I re load my app a new connection is created (as if it were a different device). Here is my Reactotron initial configuration: ```javascript import {AsyncStorage} from '@react-native-async-storage/async-storage'; import...

### Problem Async error reporting is an awful dev experience. ![image](https://user-images.githubusercontent.com/68273/34436825-4a4a7f36-ec67-11e7-8ed0-9ab0003a27b6.png) We don't get a red box, we get a yellow box with a string representation of the stack trace....

request :+1:

I just discovered this project. Great job! This looks super useful! I'm trying to figure out if there's a way to track the "state"(s) of various React Hooks I'm using...

help wanted :wave:
request :+1:

Hi, I looked [here](https://github.com/infinitered/reactotron/issues/1104) but I don't understand what am I missing? When I click the stack trace an error (console.error("test error")), the cursor isn't going to the line. It...

I have an all but new ```create-react-native-app``` project when I try ```npm i --save-dev reactotron-react-native``` I get ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree...

Hey there! i am trying to configure reactotron-redux with my redux store and i cant get it run!!! No idea what i am doing wrong, but i haven't seen any...

When using redux with reactotron i get the following problem message when using with typescript. ``Property 'createEnhancer' does not exist on type 'Reactotron & ReactotronReactNative'.ts(2339)`` Here what my code looks...

I have this issue... TypeError: _reactotronReactNative.default.createEnhancer is not a function. (In '_reactotronReactNative.default.createEnhancer()', '_reactotronReactNative.default.createEnhancer' is undefined) "reactotron-react-native": "3.6.5", "reactotron-redux": "3.1.2", My code: ` ``` import { createStore, combineReducers } from 'redux';...