2.0.2 • Published 7 years ago

react-native-countdown-clock v2.0.2

Weekly downloads
38
License
-
Repository
github
Last release
7 years ago

React Native Countdown Clock

Screenshot

A basic React Native countdown clock written in pure ECMA 6 JavaScript and CSS. Please feel free to customise and use as you please.

Installation

npm install react-native-countdown-clock --save

Usage

import CountdownClock from 'react-native-countdown-clock'
<CountdownTimer 
    invalidTimeError="Please set a time to begin a countdown"
    countdownCompleteMessage="Times up!"
    vibrateOnComplete="true"
    infoText="Some helpful info text displayed above the time input"
    startButtonTitle="Start"
    startButtonColor="#25b31d"
    startButtonLabel="Press to start"
    pauseButtonTitle="Pause"
    pauseButtonColor="#ada2a2"
    pauseButtonLabel="Press to pause"
    resetButtonTitle="Reset"
    resetButtonColor="#ff0101"
    resetButtonLabel="Press to reset"
/>

Bugs & Contributions

Bugs, features and pull requests always welcome.

github.com/GlenHughes/react-native-countdown-clock/issues

Also, it's always just nice to hear how people are using it. Feel free to get in touch.

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago