Open ingviso opened 5 years ago
I'm having it right now... investigating
I am also facing the same while running on iOS. No issue on Android. Please help if any one has resolved this?
Yes, solved this on our side:
This happens when running the react native remote debugguer and react-threads at the same time. Disable remote debugger (Shake or CMD-D in simulator, disable remote debugging)
https://github.com/joltup/react-native-threads/issues/3
Use reactotron for logging instead
@crubier, Thanks for the response but I am not using remote debugger and still facing the issue.
Then you're out of luck ! 🤷♀️
When running in debug mode on Xcode, I always get "runtime is not ready for debugging. Make sure Packager server is running"
Running in release works fine.
Debug mode only works when I comment out all the code related to react-native-threads.
Has anyone else had this issue?