# react-native-number-ticker

> A simple, lightweight and easy-to-use ticker component for natively animating smooth ticker numbers.

Latest version **0.1.5** (published 2019-05-20) · ISC license · 0 weekly downloads

## Install

```sh
npm install react-native-number-ticker
pnpm add react-native-number-ticker
yarn add react-native-number-ticker
bun add react-native-number-ticker
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.5 |
| Published | 2019-05-20 |
| First published | 2018-11-02 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 541.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 28 |
| Author | Robert O'Connor |
| Maintainers | robertoconnor |
| Keywords | react-native, ticker, animation, numbers, react, animated, design |

## Links

- npm: https://www.npmjs.com/package/react-native-number-ticker
- Repository: https://github.com/RobertFOConnor/react-native-number-ticker
- Homepage: https://github.com/RobertFOConnor/react-native-number-ticker#readme
- Issues: https://github.com/RobertFOConnor/react-native-number-ticker/issues
- npm.io page: https://npm.io/package/react-native-number-ticker

## Alternatives

- [@luma.gl/experimental](https://npm.io/package/@luma.gl/experimental.md) — 77.1K weekly downloads
- [persona-harness](https://npm.io/package/persona-harness.md) — 4.7K weekly downloads
- [@tsparticles/effect-bubble](https://npm.io/package/@tsparticles/effect-bubble.md) — 4.6K weekly downloads
- [f3d](https://npm.io/package/f3d.md) — 730 weekly downloads
- [spark-html-motion](https://npm.io/package/spark-html-motion.md) — 298 weekly downloads

## Recent versions

- 0.1.5 (latest) — 2019-05-20
- 0.1.4 — 2019-05-20
- 0.1.3 — 2019-05-20
- 0.1.2 — 2019-05-18
- 0.1.1 — 2018-11-02
- 0.1.0 — 2018-11-02

## README

# react-native-number-ticker ![](https://badge.fury.io/js/react-native-number-ticker.svg)
A simple, lightweight and easy-to-use ticker component for natively animating smooth ticker numbers.

![](preview-gif.gif)


### Installation: 
```
$ npm i react-native-number-ticker
```
or if you are using yarn
```
$ yarn add react-native-number-ticker
```

### Example usage:

First, import the component

```javascript
import NumberTicker from 'react-native-number-ticker';
```
and now it's ready to use in your project!
```javascript
<NumberTicker
   number={34.98}
   textSize={40}
   duration={1500}
   textStyle={{fontWeight: 'bold', color: 'white'}}
/>
```
Enjoy making your app look nice and fancy with animated numeric displays! 👌

---
_Source: https://npm.io/package/react-native-number-ticker · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
