1.1.21 • Published 2 months ago

react-native-countdownenddate v1.1.21

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months 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

2 months ago

1.1.2

2 months ago

1.1.21

2 months ago

1.0.19

7 months ago

1.0.18

7 months ago

1.0.21

7 months ago

1.0.20

7 months ago

1.0.17

8 months ago

1.0.16

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.11

8 months ago

1.0.10

8 months ago

1.0.15

8 months ago

1.0.14

8 months ago

1.0.13

8 months ago

1.0.12

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago