react-native-debugger Questions

3

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 scenario...
Nanceynanchang asked 13/1, 2020 at 18:57

2

I using react-native version 0.72.5 and @react-native-firebase/app 18. when I config in Podfile, I add use_frameworks! :linkage => :static and comment # :hermes_enabled => flags[:hermes_enabl...
Bussy asked 16/10, 2023 at 15:34

2

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 re...
Hibbs asked 22/3, 2023 at 22:48

5

Solved

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...
Appreciate asked 20/7, 2018 at 19:32

6

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...
Opah asked 13/4, 2020 at 13:48

1

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 configurat...

1

Solved

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 i...
Setaceous asked 1/6, 2022 at 12:53

3

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,...

1

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. C:\Users\kbelhadjali\AppData\Loc...
Nessim asked 13/1, 2022 at 15:34

5

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 in...
Sublittoral asked 26/3, 2018 at 19:32

2

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 ...
Urson asked 12/6, 2019 at 13:58

2

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...

2

Solved

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 starti...
Blastocyst asked 24/8, 2020 at 19:35

2

Solved

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, eve...

1

Solved

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 ...
Forgiveness asked 7/9, 2018 at 14:47

1

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 ot...

0

[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 r...
Interpose asked 10/3, 2018 at 2:14

1

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 ...
1

© 2022 - 2024 — McMap. All rights reserved.