react-native-counter icon indicating copy to clipboard operation
react-native-counter copied to clipboard

Animated counter component for React Native

Results 7 react-native-counter issues
Sort by recently updated
recently updated
newest added

* 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.

enhancement
help wanted

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...

![screen shot 2018-01-24 at 2 20 59 pm](https://user-images.githubusercontent.com/5714138/35312924-e03b0420-0111-11e8-8ee7-5d5dc9a4a19f.png) 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":...