react-native-counter
react-native-counter copied to clipboard
Animated counter component for React Native
* TS migration * allow to use template string to customise counter display * allow conditional styling by passing function as style prop
not working... just import Counter from react-native-counter adding to render: ``
I think it can be a good idea to rewrite the source code to TypeScript.
Counter.js - added method: [reset] to reset the counter again to start. - added method: [componentWillUnmount] to stop the counter and fix memory leak when Unmount parent view or change...
 I got this error, any idea? My react-native configuration: "react": "16.2.0", "react-native": "0.52.0", Cheers
`react-native-counter` used for creating a counter in home page that start from 0 and counts the levels that the user reached. ``` ``` versions: ``` "react": "~15.4.0-rc.4", "react-native": "0.40.0", "react-native-counter":...