1.1.21 • Published 2 years ago
react-native-countdownenddate v1.1.21
CountdownTimer
end date clock
its simple timer we can show how many left to finish how to use
Documentation
use npm
npm i react-native-countdownenddate
use yarn
yarn add react-native-countdownenddate
import {CountdownTimer,BetweendownTimer} from 'react-native-countdownenddate';
<CountdownTimer endDateString="2024-09-10" />
<BetweendownTimer
startDateString={'2024-10-11T08:06:00Z'}
endDateString={'2024-10-12T12:00:00Z'}
/>you can add style text
styleContainer example
styleContainer={{color: "#000",marginHorizontal: 10,}}
<CountdownTimer endDateString="2024-10-10"styleContainer={styles.yourstyle} />
<BetweendownTimer
startDateString={'2024-10-11T08:06:00Z'}
endDateString={'2024-10-12T12:00:00Z'}
styleContainer={styles.yourstyle}
/>
1.1.1
2 years ago
1.1.2
2 years ago
1.1.21
2 years ago
1.0.19
3 years ago
1.0.18
3 years ago
1.0.21
3 years ago
1.0.20
3 years ago
1.0.17
3 years ago
1.0.16
3 years ago
1.0.9
3 years ago
1.0.8
3 years ago
1.0.7
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.0.11
3 years ago
1.0.10
3 years ago
1.0.15
3 years ago
1.0.14
3 years ago
1.0.13
3 years ago
1.0.12
3 years ago
1.0.4
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago