Skip to content

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

Notifications You must be signed in to change notification settings

reactone/react-native-number-ticker

This branch is up to date with RobertFOConnor/react-native-number-ticker:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dde1653 Â· Jul 28, 2019

History

24 Commits
Jul 28, 2019
Nov 1, 2018
Nov 1, 2018
Nov 1, 2018
Nov 1, 2018
Nov 1, 2018
Nov 1, 2018
Nov 1, 2018
Nov 1, 2018
Nov 1, 2018
May 18, 2019
Nov 2, 2018
Nov 1, 2018
Nov 1, 2018
Nov 1, 2018
May 18, 2019
Nov 1, 2018
May 18, 2019

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.0%
  • Objective-C 31.6%
  • Python 14.0%
  • Java 11.4%