react-native-animate-number
react-native-animate-number copied to clipboard
Customizable react native component for number animations.
``` See https://fb.me/react-async-component-lifecycle-hooks for details. * Move data fetching code or side effects to componentDidUpdate. * Rename componentWillUpdate to UNSAFE_componentWillUpdate to suppress this warning in non-strict mode. In React 17.x,...
Hi! As we know this package is not maintained anymore but I still need to use this package. Therefore I'm maintaining a fork in this repo: https://github.com/bankifyio/react-native-animate-number. Pull requests and...
I created this MR adding the 'startAt' prop that allow a lazy start. I don't know if anyone has been doing that before. Just in case.
Clear time out on unmount to avoid `memory leak`
When I go back to a page,find this problem
Didn't found way animate in decrement order eg start from 60 end with 0
I used this component to show order price on multiple pages. But when i navigate to a new page the component starts animating from 0 to my price but i...
I am now waiting it to finish the animation 😂 on android device .. It is not yet done . However, in iOS, it works quickly
In some cases when initial value was set to 0 it was not formatted. This lead to inconsistency in UI eg. first number was shown as '0' then as '5%'...