1

The app freezes and crashes mostly when we relaunch the app from background.

Thread JNI DETECTED ERROR IN APPLICATION: java_object == null

Google play console crash report

Crash details

I thought the react-native-reanimated package is causing the problem. Then I found out that I am not using reanimated anywhere in my project or any other package from node_modules ain't dependant on reanimated. So I uninstalled reanimated. But still this crashes happening.

Rain
  • 21
  • 5

1 Answers1

1

The crash was caused by deep-link. The deep-link library for react-native is quite broken

Rain
  • 21
  • 5