Home > Back-end >  React Native App Crashing when opening React Native Developer Tools
React Native App Crashing when opening React Native Developer Tools

Time:12-16

I have Custom Development Client App build with EAS and it is always crashing when I try to open React Native Debbuger without any log.

Steps to reproduce:

  1. eas build --profile development --platform android

  2. Start Emulator and download build from link produced in step 1. Open the App.

  3. expo start --dev-client

  4. Press a │ open Android

  5. Press m │ toggle menu

  6. Press "Debug Remote JS" on device/emulator

  7. React Native Debugger opens in th browser but app is crashing and does it everytime I try to open it again.

Same thing happens on the physical device.

CodePudding user response:

React Native application might be using a library that uses JSI, e.g React Native Reanimated 2 (enter image description here

  • Related