react-native-animate-number
react-native-animate-number copied to clipboard
Customizable react native component for number animations.
Using `` shows really weird visual results. The numbers in the animation are all over the place before it reaches the final count.
Counter always start from 0 how to set an other start value ?
Hi, @wkh237 there are some opened issues and unmerged pull requests here. There are no problem if this project has been abandoned just let us know. Thank you
Look at: https://www.npmjs.com/package/react-native-animate-number The github links to another one of your projects.
So, when I used this package with my project, I encountered this bug ``` 17 | export default class AnimateNumber extends Component { 18 | > 19 | props :...
Hello, The animation works as expected after the first display, but I can't get how to reset it, to make it works for the next taps, for example when I...
- added typescript support - renamed unsafe lifecycle methods - updated README - updated version to 0.1.3