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
5
votes
0 answers

Debug JS Remotely not showing up in developer tools option for emulator in Android Stuido

I'm trying to set up react-native-debugger standalone tool. Both metro and the debugger are connected to port 8081 on localhost but they dont seem to be connected to each other. The debugger is stuck on "waiting for client to connect". On top of…
5
votes
0 answers

Should Redux Devtools Extension be installed as a dev dependancy when using composeWithDevTools()?

I decided to add the RNDebugger and Redux Devtools Extension packages to my app for help debugging and for later testing with redux persist (which I haven't implemented yet). Thus, I am now using the the following packages for my React Native app's…
5
votes
5 answers

Cant debug with react native debugger

I am starting project as instructed in the readme file (mcnamee/react-native-starter-kit). I integrated my firebase with app when I signup it stucks at spinner... though saves email and password to firebase and it signs in without problem. I want to…
beratuslu
  • 1,101
  • 3
  • 14
  • 27
4
votes
1 answer

React native debugger Installation on Mac m1

I have installed the react native debugger on mac-book pro m1 to debug react native applications. While debugging it shows you are using react-devtools 4.13 and please downgrade to <4.11. While trying to install react-devtools 4.11 using npm…
4
votes
1 answer

react-native-debugger disconnecting and showing error when In-App Developer Menu is opened

I have recently upgraded my react native to the latest version 0.62.1 and also downloaded the required react-native-debugger app (standalone app version 0.11.1 ) as specified in the react-native-debugger doc. Now when i enable remote js debugging…
Puru
  • 41
  • 1
  • 3
4
votes
1 answer

Infinite loop callbacks_poll React Native Debugger

I see this endless loop in the debugger network pane, both in Chrome and React Native Debugger using iOS Simulator and RN 0.49.5. It basically shows and endlessly increasing number of network requests with the name callbacks_poll. I even see them…
Marc
  • 6,773
  • 10
  • 44
  • 68
3
votes
1 answer

Cannot connect to react native debugger

When I open my app in Expo and press "Open JS Debugger", a separate window opens and react native debugger still waiting for connect. When I close this window, JS Debugger automatically turns off. After that I do these steps again and it opens in a…
3
votes
1 answer

How to debug react-native-web with Expo and vscode?

I am trying to find how react-native-web apps (specifically using Expo and vscode) can be debugged. I found guidance neither in the web, nor in the react-native-web's own site. The debug configuration that comes with the React Native Tools aims to…
3
votes
2 answers

React Native 0.66 - Cant open React-Native-Debugger, Flipper is default

I've upgraded to React Native 0.66. I can open the developer menu but its seems the now flipper is the default choice. I got only "Open Debugger" - which open Flipper. I had a "Debug" option that no longer there. I have issues with Flipper that I…
chenop
  • 4,743
  • 4
  • 41
  • 65
3
votes
0 answers

Flipper React-Navigation when trying to view routes throws error

I'm trying to use Flippers React-Native-Navigation plugin to view some routes and how they act in my app and for some reason the plugin throws this error. TypeError: Cannot read property 'map' of undefined at RouteMap…
Orçun Güler
  • 118
  • 1
  • 6
3
votes
0 answers

(Redux) react-native-debugger not working on custom development client

Recently I ejected a Managed Workflow project and now I’m on Bare Workflow, things were going pretty good until now. I was able to add native libraries and are working OK such as segment’s analytics-react-native and I’ve created a build for both iOS…
3
votes
1 answer

How to prevent React / React Native from automatically attaching a stacktrace to my console warnings in the React Native Debugger

I like to use the console to debug my React-Native (0.63.4) application. For some time now, React seems to automatically add a stack trace to my console.warn and console.error logs. For example, the logs look like this in the Chrome debugger: As…
3
votes
0 answers

Authorization header does not work properly when RNDebugger Network Inspect is disabled

When toggle network inspect is disabled in RNDebugger, Authorization does not work properly, and I get Unauthorized response from the server. However, when I enable the network inspect in the debugger, it works properly and gives me the correct…
Mohammad
  • 83
  • 6
3
votes
1 answer

React Native callback not called on Android when debug mode is on

I have components in my React Native app that all have associated callbacks. These work fine on iOS, and fine on Android if I don't have the device set to debug. But when I do have it set to debug, the elements do change opacity…
gkeenley
  • 6,088
  • 8
  • 54
  • 129
3
votes
0 answers

React Native Debugger

I am trying to debug my first React Native app. I have installed the React Native Debugger (not using chrome). However, every time I ty to debug my program and step over a method I get taken into runtime.js and other files I am not familiar…
Devin Miller
  • 179
  • 1
  • 10