jhen0409 / react-native-debugger

The standalone app based on official debugger of React Native, and includes React Inspector / Redux DevTools
MIT License
10.36k stars 809 forks source link

RN Expo sdk 47 app breaks while using @react-navigation/native #740

Open rbq10 opened 1 year ago

rbq10 commented 1 year ago

React Native Debugger app version: 0.13.0 React Native version: 18.1.0 Platform: iOS, Android Is real device of platform: Both real device and platform Operating System: macOS

My app breaks only when I try to run useNavigation from "@react-navigation/native" while the debugger is running.

Does anyone else have this issue? Or know how to solve it?

The app doesn't throw any errors. It just freezes while I'm running the debugger.

jangir-ritik commented 1 year ago

Same, I have this issue and i am unable to resolve it. Did you find a solution?