Expo app crash on iOS

Hello
After publishing an app to Expo, it crashes the Expo app. It doesn’t crash nor log errors in development.
I couldn’t find any helpful info on the device log.
How can I trace the error that caused Expo to crash?
Thanks

Have you tried turning off the dev flag in XDE or exp and then testing your project? You should get the same JS bundle you’d get if you published.

UPDATE: My bug, render - setState loop. Please remove this post.

Yes, when unchecking the dev flag the Expo app crashes on the device. When trying to remote debug, the app doesn’t crash.
Looking at the iOS log, I found:
Exponent (host.exp.Exponent); pid: 7255> was killed by jetsam.
I don’t have a clue what causes memory abuse. How can I see Expo’s crash log?