react-native-countdown

0.0.3 • Public • Published

react-native-countdown

A component for react-native

Add it to your project

Run npm install react-native-countdown --save

// Within your render function. Count down after press it.
<CountDown
  onPress={this.sendAgain} //default null
  text={'Try again'} //default ''
  time={60} //default 60
  buttonStyle={{padding:20}}
  textStyle={{color:'black'}} //default black
  disabledTextStyle={{color:'gray'}} //default gray
/>

TODOS

  • Add custom style

Readme

Keywords

Package Sidebar

Install

npm i react-native-countdown

Weekly Downloads

4

Version

0.0.3

License

ISC

Last publish

Collaborators

  • bugu1986