1.0.0 • Published 2 years ago

voice-countdown-timer v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Use

This package is used to get countdown along with voice automatically, below are the guidelines

Installation

npm i voice-countdown-timer

For IOS : run cd ios and then pod install

Write below lines into your component where you want to call your countdown timer

import Countdown from 'voice-countdown-timer';

<Countdown time={5} color='blue' fontSize={30} />

time, color and fontSize these props are compulsory for this npm

All these prop values you can change as per your requirements

1.0.0

2 years ago