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

Debugging React Native

I'm having problems trying to debug in react native. I am able to debug with react native debugger, or simply in the browser. But the error messages i'm getting usually don't point to the line that is causing the error. For example i'll get…
0
votes
1 answer

Extension host terminated unexpectedly while debugging React-native project

Developer console when the error occurs. Any methods without disabling react-native-tool extension?
0
votes
1 answer

Why redux multiple initializing

Must be like that But this type going to new redux instance No problem if I call the action with timeout. componentDidMount(){ setTimeout(()=>this.props.isLoggedIn(), 100) } Or if I call under render, no problem again. render() { …
0
votes
0 answers

React native redux-saga request only work with debugger

I'm using redux saga as middleware and call my request in this layer. When enable react-native debugger request works prefect, but without the debugger it seems request is not async anymore. export function* userLoginSaga(action) { yield…
0
votes
1 answer

React-Native build in Visual Studio Code unable to connect with remote debugger timeout while connecting to remote debugger in windows

I was building react-native on vscode today and got the same error as the image. I've searched around, but it didn't help much as I only had answers for building in terminal. I want to know the solution when building in vscode. enter image…
0
votes
1 answer

React Native Debugger doesn't run on my Windows 10

My problem is my React Native Debugger version 10.1 doesn't run on my Windows 10. I already tried other versions and files but still no luck. I run reactnativedebugger.exe or application still doesn't open. There will be a display of "Installation"…
0
votes
1 answer

Configure an initial state of the redux store in react-native-debugger?

Is it possible to configure an initial state of the redux store in react-native-debugger? I'm imagining pointing it towards a JSON file on my disk or something like that. This would allow be to have arbitrary places in user journeys as my starting…
0
votes
2 answers

Tools for viewing AsyncStorage in React Native

I want some tools to see async storage in android or IOS emulator. I need some tool to see that. I am currently using React Native Debugger in mac. I want to see the content of async storage in each and every activity.What is the best way to…
-1
votes
1 answer

Decimal Integer literals with a leading zero are forbidden in strict mode?

enter image description here 16 17 const App()-1 10 retum [.. 19 20 NavigationContainer Stack.Navigator 21 Stack Stronn nane="Hune" carponent={Hote) / 22 Stack Screen hane-"List" component-List> Stack.Scrom name="Login"…
1 2 3 4 5 6 7
8