hknakn / react-native-number-ticker

A simple easy-to-use ticker component for animating ticker numbers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple easy-to-use ticker component for animating ticker numbers.


Languages

Language:JavaScript 42.9%Language:Objective-C 31.6%Language:Python 14.0%Language:Java 11.4%