0.1.6 • Published 4 years ago

@mkchung/react-native-countdown-text v0.1.6

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago
import {CountDownText} from 'react-native-countdown-timer-text';

<CountDownText
    style={styles.cd}
    countType='seconds'
    auto={true}
    afterEnd={() => {}}
    timeLeft={10}
    step={-1}
    startText='Start'
    endText='End'
    intervalText={(sec) => sec + '秒重新获取'}
  />

<CountDownText
    style={styles.cd}
    countType='date'
    auto={true}
    afterEnd={() => {}}
    timeLeft={10}
    step={-1}
    startText=''
    endText=''
    intervalText={(date, hour, min, sec) => date + '天' + hour + '时' + min + '分' + sec}
  />
0.1.6

4 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago