Alex Fournier
Alex Fournier
Same problem (only on ios) after upgrading to Expo SDK 46 and configuring EAS Updates.
After spending days investigating, I opened a more specific issue: https://github.com/expo/expo/issues/19517
I am facing the same issue only in the built app, not in Expo Go. - Expo SDK 45 (managed workflow) - Android Standalone App - react-native `0.68.2` - react-native-tab-view...
I can share the workaround I use until this bug is fixed. As I can't toggle `enableContentPanningGesture` dynamically, I use a "scrim" `GestureDetector` which I enable or not depending on...
I edited the versions (was inverted...). The issue seems located in `react-native-drawer-layout`.
> [@alex-fournier](https://github.com/alex-fournier) were you able to resolve this issue? I have the same problem. No... I have disabled the New Architecture on Android for now...
I am not able to reproduce the issue since migrated to Expo SDK 53+.
In 66b8bfd1a14e253bdf419214a12c2b97eb9dcf9e, I fixed the component name of `Menu` and `Card` for the documentation website. (Menu vs. MenuComponent and Card vs. CardComponent) 
I think the regression comes from this commit in Expo: https://github.com/expo/expo/pull/28014/files Constants from expo-constants are not exported anymore so `NativeModules.NativeUnimoduleProxy.modulesConstants` is now empty. We could use [`StatusBar.currentHeight`](https://reactnative.dev/docs/0.74/statusbar#currentheight-android) and apply this...
I am working on a PR to fix that.