I'm new in the react-native/expo community.
I developped an app with expo. I have no warning or error in dev. When I publish my app on expo server, all works well.
However, when I make an android build, and install it on my device, I got a bug.
I got a drawer, with many links. But only one of them make restart the app on the first click on it an freeze the app on the second click.
I tried to debug with Sentry, but they are no log into Sentry when my app crash.
I don't know how to debug this kind of problem, so I ask here.
Thanks for your help.