I'm currently upgrading react native version in my app from 0.64.3 to 0.69.2, I'm also moving to new architecture, i made all the necessary changes for updating, made changes in manifest and so on to bump to api level 31 from 30, and updated some libraries. At that point app is working fine in Android 11 and 12 debug mode, and android 13 debug and release mode. But in release build for Android 12 and earlier surprise surprise th app is crashing without any error before even starts. I'm completely unable to figure out what would be the problem, it's totally hard to debug or to know what's going on. Even with logcat. I mean this is completely illogic in debug mode everything is working fine but not in release.and this only for versions earlier than android 13. In android 13 everything is working in debug and release. Can someone please orientate me which moments should i look for ? Has anyone struggled with this kind of problem before that ?

0

There are 0 best solutions below