react-native-number-ticker
v0.1.5
Published
A simple, lightweight and easy-to-use ticker component for natively animating smooth ticker numbers.
Downloads
846
Maintainers
Readme
react-native-number-ticker 
A simple, lightweight and easy-to-use ticker component for natively animating smooth ticker numbers.

Installation:
$ npm i react-native-number-tickeror if you are using yarn
$ yarn add react-native-number-tickerExample usage:
First, import the component
import NumberTicker from 'react-native-number-ticker';and now it's ready to use in your project!
<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! 👌
