browniefed / react-native-ticker

React Native Number Ticker
https://www.npmjs.com/package/react-native-ticker
460 stars 46 forks source link

Fixed code to work with modern react-native-reanimated 3.5.4 #43

Closed arichayo closed 11 months ago

arichayo commented 11 months ago

Key changes:

Replaced new Animated.Value with useSharedValue. Updated the Animated.timing animations to use withTiming. Integrated useAnimatedStyle to apply dynamic styles.