0.1.2 • Published 2 years ago

@praella/react-native-timer v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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 with stop() 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

PlatformsMinimum React Native Version
iOS Android0.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 we created

License

Timer is released under the MIT license. See LICENSE for details.

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago