Questions tagged [react-native-debugger]

The standalone app based on official debugger of React Native, and includes React Inspector / Redux DevTools.

The standalone app based on official debugger of React Native, and includes React Inspector / Redux DevTools

114 questions
24
votes
2 answers

React Native Debugging with Async/Await

I have recently started writing React Native code, and am having tremendous difficulty getting either the Chrome debugger or the React Native debugger to work properly with my Async/Await functions and Async/Await arrow functions. I can…
15
votes
6 answers

React native buttons OnPress does not fire when app running in debug mode

I have hit a strange issue. The onPress handler in my button does not fire when I run my app in debug mode. When I stop running the app in debug mode, the buttons work as expected. Debugging works on my emulator, but fails on a real…
Mithun Raman
  • 309
  • 4
  • 13
15
votes
2 answers

React-native Timeout when connecting to remote debugger in windows

I am new to React-Native and android app development as a whole. While i try to run remote debugger in Android Emulator (Pixel 2 phone), I get the following error in the emulator: Then after, even if I stop remote debugging, the application won't…
12
votes
2 answers

Missing Debug JS Remotely option in Developer Menu

In order to use React Native Debugger, I don't see the option 'Debug JS Remotely' when I open the Developer Menu both on my android simulator and my physical device, using expo. Tried both scenarios and no option for Debug JS Remotely... (I…
Volkan Ersan
  • 129
  • 1
  • 3
11
votes
5 answers

React-native android debugger connecting to 10.0.2.2 instead of localhost

While running app with react-native run-android its connecting to 10.0.2.2:8081 instead of localhost:8081 and not able to debug. Does anyone know how to fix so that it will connect to localhost instead?
sKhan
  • 9,694
  • 16
  • 55
  • 53
9
votes
1 answer

React Native Debugging In Google Chrome Not Working(Files not showing up in debugger)

Normally when we click on the Debug JS Remotely option a new tab opens up in the google chrome(like in the below screenshot). So as seen in the above screenshot we get all the files that we are working on according to the directory. But in my case…
Amal p
  • 2,882
  • 4
  • 29
  • 49
8
votes
2 answers

Automatically set a debug server host & port for device in react-native apps

Is there a way to automatically set the Debug server host & port for device in react-native apps? I have to trigger this menu and set a proxy for my app and I want it to be done automatically when the app is installed. Is that possible?
mbob
  • 590
  • 1
  • 4
  • 22
7
votes
1 answer

Uncaught Error: Cannot add node "1" because a node with that id is already in the Store

I can't debug in react-native using the react-native debugger Uncaught Error: Cannot add node "1" because a node with that id is already in the Store. …
7
votes
2 answers

View network traffic using react native debugger

I'm developing a React Native app using create-react-native-app (so, Expo), testing on a real device using my network IP address (192.xxx.xxx.xxx). I've managed to get react-native-debugger up and running and debugging remotely. It opens…
jonhobbs
  • 26,684
  • 35
  • 115
  • 170
6
votes
1 answer

How to show "Why did this render" In React Dev Tools Profiler

I am reading this article about profiling React applications: Optimize slow React components and in the Profiler you can see "Why did this render" in the tooltip and sidebar: Where as in my profiler there is no such information. I am using the…
Mr. Robot
  • 1,334
  • 6
  • 27
  • 79
6
votes
1 answer

React-Native debugging tools/developer menu not working on iOS device

We have a react-native project which is working fine in the simulator and on the device. However, we are unable to open the developer menu using the shake gesture on an iOS device. I have seen other issues but have been unable to resolve:…
StuartM
  • 6,743
  • 18
  • 84
  • 160
6
votes
0 answers

React Native Debugger's connect to React not working with Expo Client

[Update on March 20, 2019: If you have this issue, check out my post here!] I'm making a mobile app using Expo and React Native. I would like to integrate React Native Debugger to my project for react and redux debugging. But am having…
Tetsuya3850
  • 947
  • 1
  • 7
  • 15
5
votes
2 answers

React Native Debugger on Expo SDK 48

I can't run React Native Debugger from Android Studio< Expo SDK 48. There is no Debug Remote JS item in the developer menu, but I have the Open JS Debugger item. When I select it, Devtools is revealed. But in React Native Debugger my device not…
Oleg
  • 51
  • 3
5
votes
3 answers

React Native Debugger "Unsupported DevTools backend version"

When I try to debug my app with React Native Debugger I got that error: " error from react native debugger then I do that instruction. install react devtool, and nothin happen. I think, maybe, I have some error when installing the package, so I run…
5
votes
2 answers

Unable to get React Native Debugger to work in Ubuntu: 'waiting for React to connect' message

I've set up an app in React Native on Ubuntu 20.04 and am trying to get React Native Debugger to connect. I've installed the debugger from the .deb file then launched it from launcher before starting the Android emulator. On the debugger, I am…
blitz
  • 623
  • 5
  • 18
1
2 3 4 5 6 7 8