react-native-debugger
react-native-debugger copied to clipboard
iOS App crashes when using debugger
React Native Debugger app version: 0.11.8 React Native version: 0.64.1 Platform: iOS Is real device of platform: Yes, real device (iPhone 8 Plus) Operating System: macOS
When I enable Remote Debugging (Debug in Chrome) and then use react-native-debugger to reload the app, the app crashes.
I used Console.app to see the reason, and I see:
Assertion failure in -[RCTCxxBridge ensureOnJavaScriptThread:](), …/node_modules/react-native/React/CxxBridge/RCTCxxBridge.mm:346
This only happens when using react-native-debugger. When reloading from the terminal alone, the app reloads successfully.
I have the exact same problem, did you manage to solve it?