heyman333 / react-native-animated-numbers

🎰 Library showing animation of number changes in react-native
MIT License
384 stars 45 forks source link

Switched to native animated and easing api #56

Closed aum1618 closed 9 months ago

aum1618 commented 9 months ago

The react-native-reanimated package has switched away from the Animated api's many functions like from Animated.timing to withTiming etc. Also the Easingnode has been shifted to easing .The Package was not working due to these changes and was giving issues with the newer versions of react-native-reanimated. With this PR the expected result is acheived by using react-native's own animated and easing api relieving the need of an extra dependency that is react-native-reanimated.

heyman333 commented 9 months ago

@aum1618 Thanks❤️