Description
When using Remote JS Debugging the app crashes after exactly 30 seconds.
Without Remote JS Debugging the app works just fine.
Reproduction
This also happens on a brand new project created like this:
react-native init AwesomeProject
cd AwesomeProject
react-native run-android
Just enable Remote JS Debugging, reload and wait for 30 seconds - the app will crash.
Solution
?
Additional Information
- React Native version: 0.41.2
- Platform: Android (haven't tried IOS yet)
- Operating System: Windows (haven't tried macOS yet)
- JS Debugger: Chrome Dev Tools, React Native Debugger
Description
When using
Remote JS Debuggingthe app crashes after exactly 30 seconds.Without
Remote JS Debuggingthe app works just fine.Reproduction
This also happens on a brand new project created like this:
Just enable
Remote JS Debugging, reload and wait for 30 seconds - the app will crash.Solution
?
Additional Information