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
1
vote
1 answer

Where is the install location for react-native-debugger?

Currently if I want to use the tool I need to re-run the setup every time I tried the obvious methods of searching in the start menu, and looking at the setup documentation as well as Google searching. Can't locate it in my program files or in my…
Claudiu Moise
  • 376
  • 3
  • 14
1
vote
2 answers

react-devtools agent got no connection in react native with expo

When I'm using react-native-debugger, react-devtools doesn't work for me. Error Message: DevTools v4 is incompatible with this version of React Either upgrade React or install React DevTools v3: npm install -d react-devtools@^3 Warning Message:…
Najathi
  • 2,529
  • 24
  • 23
1
vote
1 answer

How set debug sever host & port for device in emulator with what ip?

how Set debug server host & port for the device with what IP? with ipv4 address not working in cmd type ipconfig but not working my project this correct? when reloading my project I have this error
1
vote
0 answers

Source map generated is wrong

I am making an app in React native. I'm using react-native-debugger for debugging the app. The debugger is working but the source map generated seems wrong, the logs point to different files. I've tried using the chrome debugger after clearing the…
1
vote
0 answers

How to change font weight in React Native debugger?

I'm trying to change the font weight of a text element in React Native Debugger (https://github.com/jhen0409/react-native-debugger). I know font weight expects a string such as "300" or "500" (string's literal value itself should be without the…
Can Poyrazoğlu
  • 33,241
  • 48
  • 191
  • 389
1
vote
6 answers

How to Manually Start React Native Debugger on Linux - Ubuntu

I want to enable react -native-debugger on react native development environment. so i followed https://github.com/jhen0409/react-native-debugger and downloaded the rn-debugger-linux-x64.zip then i unzip the file. what i want know is after that…
user6264881
1
vote
0 answers

How to detect css value source?

I need to detect the css value source for a component, currently, I get this in react-native-debugger: I can't find the style source that caused the padding value to be 14 as above. Any idea how to debug this? I am from a web design background, I…
Zaid abu khalaf
  • 776
  • 8
  • 15
1
vote
0 answers

React Native - How to set the environment variable REACT_DEBUGGER?

I am unable to get this documentation for enabling the REACT_DEBUGGER. Where to find the path of the main file that will be executed for this REACT_DEBUGGER. Can anyone tell how to set it in windows environment?
1
vote
1 answer

Thunks not appearing in action list in React Native Debugger

I've done two React/Redux projects to date, the first using our own middleware and the most recent using redux-thunk. In the first we used "regular" action objects for our async actions, which our middleware interpreted. In that case, our actions…
Peter Alfvin
  • 28,599
  • 8
  • 68
  • 106
1
vote
0 answers

How to see unbundled files to use in debugging for react native debugger?

I am using React Native Debugger to debug my react native app. When I go to the Sources tab I see the bundled javascript file that is being served up by the bundler server (Metro). I would like to see my original javascript files in source tab so I…
izikandrw
  • 1,703
  • 3
  • 14
  • 23
1
vote
1 answer

Timeout while connecting to remote debugger in Ubuntu

I'm running react-native in the following environments:- Environment: OS: Linux 4.4 Node: 6.11.1 Yarn: 0.22 npm: 5.5.1 Watchman: 4.5.0 Xcode: N/A Android Studio: Not Found Packages: (wanted => installed) react: 16.0.0 => 16.0.0 …
Shubham
  • 740
  • 12
  • 33
0
votes
0 answers

Pressing "Debug with Chrome" crashes expo ios build

Context: I run an expo development build on an iOS device, the app loads properly and auto-refreshes properly I debug with react-native-debugger on linux (I need a way to see the redux state) Goal: When I press on shake the iOS device and press…
Eltyer
  • 597
  • 6
  • 15
0
votes
0 answers

React Native debugger throws an Uncaught TypeError TypeError: process.send is not a function

I'm relatively new to the mobile app development. I'm trying to debug an app made with react native but as soon as I launch the debug mode, I get the following error and I can't reload the app anymore : Uncaught TypeError TypeError: process.send is…
0
votes
1 answer

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 Debug with chrome in order to connect my app to React Native…
Euph
  • 339
  • 1
  • 4
  • 19
0
votes
1 answer

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 without issue. On Expo, I have not been able to get it…
user2465134
  • 8,793
  • 5
  • 32
  • 46