admirsaheta / react-native-timer

A modern timer API for react native

Home Page:https://www.npmjs.com/package/@praella/react-native-timer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Modern (Hook Based ) API for React Native Timer

Easy to use yet powerful Timer library. Keep your code clean

Timer Examples


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

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.



About

A modern timer API for react native

https://www.npmjs.com/package/@praella/react-native-timer

License:MIT License


Languages

Language:TypeScript 80.6%Language:JavaScript 19.4%