Not able to make react-native-reanimated work on web when using from a external library. #5739
Unanswered
oliviercperrier
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hey! Do you still have this problem? Reanimated currently doesn't work on web when React |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a react-native components library that uses react-native-reanimated for animations.
When i install that library in my react native web app, animations are not working for some reason. But everything is working fine when i install react-native-reanimated directly in my react native web app and i put all my animated components inside my app code base instead of importing them from my library..
All components are loading properly, the animations are just not starting.
I followed the https://docs.swmansion.com/react-native-reanimated/docs/guides/web-support/ but i think im missing something..
Thanks
Beta Was this translation helpful? Give feedback.
All reactions