0.0.8 • Published 6 years ago

rn-countdown-clock v0.0.8

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

Introduction

A simple countdown clock for your React Native app, which displays time left in HH:mm:ss format.

Usage

Provide a valid Date object to the till prop of CountDownTimer.

import { CountDownTimer } from "rn-countdown-clock";

class YourComponent extends React.Component {
  render() {
    <CountDownTimer till={countdownTo} />
  }
}
0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago