The app freezes and crashes mostly when we relaunch the app from background.
Thread JNI DETECTED ERROR IN APPLICATION: java_object == null
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.