https://github.com/kerumen/react-native-counter
Animated counter component for React Native
https://github.com/kerumen/react-native-counter
hacktoberfest react-native
Last synced: 11 months ago
JSON representation
Animated counter component for React Native
- Host: GitHub
- URL: https://github.com/kerumen/react-native-counter
- Owner: Kerumen
- Created: 2016-11-24T15:31:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-25T08:14:16.000Z (over 7 years ago)
- Last Synced: 2024-08-10T07:36:57.861Z (almost 2 years ago)
- Topics: hacktoberfest, react-native
- Language: Objective-C
- Homepage:
- Size: 91.8 KB
- Stars: 30
- Watchers: 2
- Forks: 29
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React Native Counter
====================
Simple counter component for [React Native](http://facebook.github.io/react-native/)
inspired by [react-count-to](https://github.com/MicheleBertoli/react-count-to)
and [react-counter](https://github.com/saebekassebil/react-counter).

# Installation
```bash
npm install --save react-native-counter
```
# Usage
```javascript
import Counter from 'react-native-counter';
```
The easing prop is a string corresponding to one of any function from [eases](https://github.com/mattdesl/eases).
# License
MIT