Currently i`m copied example from this post https://github.com/software-mansion/react-native-reanimated/issues/537 When trying in web Reanimated not working and RN Animated working well.
There is no errors or warnings. Just animation not starting. Versions:
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.2.tar.gz",
"react-native-web": "~0.13.12",
"react-native-reanimated": "~1.13.0",
"expo": "~39.0.2",
Maybe someone know how to solve this issue?
As mentioned in comments by @Cris69, react-native-reanimated will not work in web because there is no bridge for web. There are two ways of working with it i found: