An open API service indexing awesome lists of open source software.

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

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

![gif](http://i.giphy.com/l4Jz4MOLaWYU61Oso.gif)

# 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