0.0.8 • Published 8 years ago

rn-countdown-clock v0.0.8

Weekly downloads
1
License
ISC
Repository
-
Last release
8 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

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago