1.1.21 • Published 1 year ago

react-native-countdownenddate v1.1.21

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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

1 year ago

1.1.2

1 year ago

1.1.21

1 year ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago