react-native-countdown-component
react-native-countdown-component copied to clipboard
React Native CountDown
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.17 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.33 / 1.0.33 Add new browser : Cobalt Identify Macintosh as an Apple device Fix ReDoS vulnerability Version...
I have upgraded my environment "react": "18.1.0", "react-native": "0.70.4", Now in Android release apk timer decreases within seconds. Its does not happen always but mostly. So I start a timer...
forked by count down timer and change listener
Count down working good under 24 hours but not when i put more than 86400 second (24 hours). Like when i put 86405 it will start from 5 seconds (00:00:05)...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
Fix issue: #123
If there isn’t an update available or if the update doesn’t fix the issue, you can manually patch the library by updating how AppState listeners are added and removed. Steps...
TypeError: _reactNative.AppState.removeEventListener is not a function (it is undefined).
Replace deprecated AppState.removeEventListener with subscription.remove() to ensure compatibility with newer React Native versions.