0.1.5 • Published 5 years ago

react-native-number-ticker v0.1.5

Weekly downloads
184
License
ISC
Repository
github
Last release
5 years ago

react-native-number-ticker npm.io

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

npm.io

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

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! 👌