App navigation issue in production mode

I am currently working on building a React Native app using React Navigation. When I am in debugging mode running the app through the expo app there are no problems with the app and navigation. When I build the app for iOS or run the debugger in production mode, if I click a button to navigate to a new page the app freezes and doesn’t navigate, or begins to transition to the new page but doesn’t complete the transition. However, if I pull down the notifications widget from the top of the iPhone the app transitions in the background. This problem is not seen in the production or debug versions for Android.

Hey! sorry you’re having trouble with this. Is this a managed Expo app? Providing a way to reproduce this behavior would be really helpful

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.