react-native-countdown-reset

1.0.6 • Public • Published

react-native-countdown-reset

Getting started

$ npm install react-native-countdown-reset --save

Mostly automatic installation

$ react-native link react-native-countdown-reset

Usage

import React from "react";
import CountdownReset from 'react-native-countdown-reset';

const CountdownReset = props => {
    return(
        <CountdownReset
            until={5}
            onFinish={() => alert('finished')}
            onPress={() => alert('hello')}
            size={20}
        />
    );
};

/react-native-countdown-reset/

    Package Sidebar

    Install

    npm i react-native-countdown-reset

    Weekly Downloads

    0

    Version

    1.0.6

    License

    MIT

    Unpacked Size

    11.7 kB

    Total Files

    4

    Last publish

    Collaborators

    • lkyyuen