useAnimatedStyle
breaks react-native-elements Dialog
component
#6701
Labels
Platform: Android
This issue is specific to Android
Repro provided
A reproduction with a snippet of code, snack or repo is provided
Description
I'm currently using react-native 0.76 and Expo SDK 52, react-native-reanimated and react-native-elements.
The corresponding versions are:
For some reason, when a component that uses
useAnimatedStyle
is present, the react-native-elementsDialog
component breaks, becomes non-interactive and doesn't display properly. Removing theuseAnimatedStyle
immediately restores all the functionality. I see no errors in console.I've indicated that the app is Expo managed and I use a dev build. But I've also been able to replicate this in expo Go. It also happens in both release and debug apps.
Steps to reproduce
<Switch />
component in line 43.Snack or a link to a repository
https://snack.expo.dev/@cvega/blissful-yellow-scones
Reanimated version
3.16.1
React Native version
0.76
Platforms
Android
JavaScript runtime
None
Workflow
Expo Dev Client
Architecture
Fabric (New Architecture)
Build type
Other (please specify)
Device
Real device
Device model
Pixel 7A
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: