Adam Hari
Adam Hari
This issue also affects screen content inside @react-navigation's drawer navigator when `useLegacyImplementation={false}` because the modern variant [is wrapped in a PanGestureHandler](https://github.com/react-navigation/react-navigation/blob/main/packages/drawer/src/views/modern/Drawer.tsx#L320).
Experiencing this issue with a couple of projects. Could you share how you replaced sentry-expo? Are you now using `@sentry/react-native` package directly or something else?
I was getting the archive failed exit code 65 with no helpful logging after updating to xcode 14 on CI. It was a code signing issue. I needed to change...
You can use [the fork from this PR](https://github.com/outsung/expo-dynamic-app-icon/pull/18) until it gets merged.
Can also confirm this PR fixes my android build issue on SDK 50.
It's happening for me too in production builds and I am not using GIFs in the carousel. It doesn't crash in development builds. Reverting to alpha 9 fixes it.