react-native-countdown-component icon indicating copy to clipboard operation
react-native-countdown-component copied to clipboard

React Native CountDown

Results 70 react-native-countdown-component issues
Sort by recently updated
recently updated
newest added

Fix issue #74 after pr #48 for removing deprecated `componentWillReceiveProps` I use `react-native` version `0.61.5` and got same issue #74 after updating `react-native-countdown-component` to `2.7.1`

I think this change has broken the countdown: https://github.com/talalmajali/react-native-countdown-component/commit/28f059478f6ae9479677a3cc5b42334b73a2cc09

Add the remaining time to onChange()'s props and it can be used this way: `onChange={(timeLeft) => console.log(timeLeft)}`

Hello, I just add rtl support. Regards,

When you get the time that the app stay in background, the state until goes to float, so when the time end, the countdown need for more one second to...

Hello @talalmajali, I've found a style bug and it's happen on some device. The digits are overflow and here is screenshot ![ss](https://user-images.githubusercontent.com/20050523/55129489-dcc6f680-5149-11e9-917c-d99d6abf4e4f.jpeg) and this how I call this component ```...

When RN App is RTL order of countdown section is reversed. like this (default styles): ![image](https://user-images.githubusercontent.com/9904514/53306886-00c3bd80-38a8-11e9-8d23-dc8ed82fe0ad.png) with custom countdown prop style, the user can set `flexDirection: I18nManager.isRTL ? 'row-reverse' :...

This adds a deeper description of how to use the `id` property to reset the timer. Added to the description `id`, and added an example. Also updated the `timeLabels` in...

just remove AppState.remove listener and add another variable for that