@praella/react-native-timer
v0.1.2
Published
Modern API for Timer
Downloads
3
Readme
Timer is a free and open-source library dedicated for React Native that makes the process of handling timers easier and much cleaner.
- Improves code quality. Start timer using the
useTimer
hook. Stop the timer withstop()
method. Simple as never. - Run your timer in both directions. Our Timer can operate in both modes (increasing or decreasing).
- Supports background mode. Don't worry about the timer when the app goes into the background. We handled it!
- And much more. Our library allows you to convert the current time to a string or to display the timer progress in no time.
Getting Started
✋ Requirements
| Platforms | Minimum React Native Version | |:----------|:----------| | iOS Android | 0.68.0 |
⏳ Installation
yarn add @praella/react-native-timer
OR npm install --save @praella/react-native-timer
Try our demo
See for yourself how does it work by cloning [project][Demo] we created
License
Timer is released under the MIT license. See [LICENSE][License] for details.