How to debug apk generated from exp built from CRNA app?

I followed instructions to create standalone app here https://docs.expo.io/versions/latest/guides/building-standalone-apps.html. I used exp to create an apk for my app built using CRNA. When I run the apk on my emulator and my hardware device, on both devices the app crashes at a specific spot (after app starts running, and i navigate to a specific screen), that did not used to crash in Expo.

Would anyone have tips on how best to debug this? Is the best way to debug this apk to eject from CRNA and run the app in Android Studio?

Thanks!

2 Likes

I have the same problem. I am looking for the method because the behavior of my app is different between by using Expo and by using apk in the emulator.