116 questions
0
votes
0
answers
212
views
React Native DevTools Crash
Image
I'm working on a React Native app using CLI(not Expo). When i run the app on an Android emulator using npx react-native run-android then open the Dev Menu in the emulator (Ctrl + M) and choose &...
0
votes
0
answers
164
views
React Native Devtools (Expo) not connecting / interacting with app
I'm having some issue with the RN Devtools, where it doesn't seem to be properly maintaining a connection or something. It'll load and show everything that it should - but then it doesn't seem to ...
1
vote
0
answers
312
views
React Native Debugger Not Working in New React Native CLI Project (0.76.2)
I created a new React Native project using the CLI with version 0.76.2. However, I’m unable to get the React Native Debugger (RND) to work. It does not connect or behave as expected.
Here’s what I’ve ...
0
votes
1
answer
545
views
Can't access debugging tool in react-native
I am currently at version 0.74.0. Whenever I try to access the 'open debugger' from the dev menu from the device it throws a warning in the console
"Attempting to debug JS in Flipper (deprecated)...
0
votes
1
answer
1k
views
Open debugger doesn't work in React Native 0.74
I have created a new project with latest version but open debugger is not working for me due to which i am facing a lot of issue in debugging.
I have tried already following but Xcode crashes with it.
...
-1
votes
1
answer
804
views
React native DEbugger support for React Native 0.74.0
Hi due to latest experimental debuugger introduces in react native 0.74.0 we cant use React native debugger anymore and unable to debugg network and redux.
Annyone could help me setup React Native ...
1
vote
0
answers
284
views
React Native v0.72 debugging: Browser exited with error:, inbalid url, missing http/https protocol
I tried opening the debugger on the iOS simulator and got this error as soon as I clicked it:
info Opening flipper://null/Hermesdebuggerrn?device=React%20Native...
error Browser exited with error:, ...
4
votes
2
answers
358
views
How to debug networking react native ios with firebase
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_enabled],...
1
vote
1
answer
246
views
React native debugger doesn't not show. it's blank
The Redux DevTools are not appearing in the React Native Debugger even after attempting to reinstall the debugger, and toggling the DevTools for React and Redux. I installed the debugger using ...
1
vote
1
answer
1k
views
React Native - Debug with chrome missing
I cant find "Debug with chrome" options in React Native Debug Menu. I run my application thru IOS.
In my Podfile I disable hermes
:hermes_enabled => flags[:hermes_enabled],
I want to use ...
2
votes
1
answer
7k
views
Expo JS debugger connects to chrome instead of React Native Debugger
Problem
Starting JS debugging from Expo Go doesn't connect to React Native Debugger, but opens a separate dev tools window instead on Windows 11.
Full description
I start React Native Debugger (.exe ...
4
votes
1
answer
2k
views
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 ...
2
votes
1
answer
4k
views
See Network Tab In React Native Expo
I just started a new app in Expo after my RN CLI app was wiped out from a Xcode update (still scarred/confused on what exactly happened).
In CLI I was able to use the React Native Debugger tool ...
6
votes
2
answers
3k
views
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 ...
1
vote
1
answer
816
views
React Native Debugger - how to inspect element in the debugger
In my React Native Debugger, I can't inspect element.
When I right click in React Native Debugger -> Toggle Element Inspector,
I can only toggle the element inspector in the emulator.
According to ...