React Native Drawer on fresh create-expo-app not working for .apk build on android

Please provide the following:

  1. SDK Version: “expo”: “~49.0.13”,
  2. Platforms(Android/iOS/web/all): Android 13, Google PIxel 5
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

Hey guys, I’m still having very real issues with React Native Drawer Navigation. I have an application with about 160 hours of development and I cannot figure out why the app works perfectly well in all emulators and ExpoGo. However, whenever I create an APK and run it on a physical device via the APK, the drawer navigation is completely busted. I’ve poured over all kinds of stackoverflow issues, I’ve looked through issues in a bunch of GitHub repos and I cannot figure it out. I’ve distilled a non-working example into this simple test repo for reproducibility on Android. If anyone could help me, I would really appreciate it. Here is a link to the repository I spun up to test this at the most basic form:

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