Open stevengoldberg opened 9 months ago
Just found https://github.com/software-mansion/react-native-reanimated/issues/2869, which seems to be the same thing. Strangely though I believe this was working with expo SDK49, and is now broken with SDK50.
Any update on this? We are experiencing the same issue, would love a fix.
Description
When applying
useAnimatedStyle
to an SVG icon, the animated style will have no effect. When some change forces the component to hot reload, it will start working as expected.This occurs in the iOS simulator, Android simulator, and on an iPhone in dev and release modes. This issue was introduced somewhere between version 3.3.0 and 3.6.2.
See the snack for a minimal repro.
Steps to reproduce
Snack or a link to a repository
https://snack.expo.dev/@yungchomsky/quiet-blue-pretzel?platform=ios
Reanimated version
3.6.2, 3.7.0
React Native version
0.73.4
Platforms
Android, iOS
JavaScript runtime
Hermes
Workflow
Expo Dev Client
Architecture
Paper (Old Architecture)
Build type
Debug app & dev bundle
Device
Real device
Device model
iPhone 14 Pro
Acknowledgements
Yes