react-native-animate-number
react-native-animate-number copied to clipboard
Bug: Wrong declaration of props function in index.js
So, when I used this package with my project, I encountered this bug
17 | export default class AnimateNumber extends Component {
18 |
> 19 | props : {
| ^
20 | countBy? : ?number,
21 | interval? : ?number,
22 | steps? : ?number,