react-native-animate-number icon indicating copy to clipboard operation
react-native-animate-number copied to clipboard

Bug: Wrong declaration of props function in index.js

Open saideepesh000 opened this issue 4 years ago • 0 comments

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,

saideepesh000 avatar Aug 14 '20 10:08 saideepesh000