Closed daxaxelrod closed 2 years ago
hi
what is your reanimated version? If new, then install the same as mine in package.json
Hi!
"react-native-reanimated": "2.3.0-beta.4". Will try with yours
That worked! Problem is that we need to stay on at least that reanimated version as prior versions cause fatal crashes for us on android.
This is because reanimated changes the API in each version. Problem persisting version Good luck! If there are problems - feedback😊
Feel free to keep closed, just commented for the record. Ive narrowed it down to const style = useAnimatedStyle(() => ({ height: size.value * progress.value + 1, opacity: progress.value === 0 ? 0 : 1 }));
but have no idea why as thats a valid useAnimatedStyle
Do I need to install these 2 packages in order to work?
Hi! Got an error when trying to run an example without much custom code, see attached. I also found this thread on reanimated about it.
https://github.com/software-mansion/react-native-reanimated/issues/1758