📜  React Native 中的倒计时计时器 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:16.497000             🧑  作者: Mango

代码示例2
import CountDown from 'react-native-countdown-component'; render() {    return (       alert('Finished')}        digitStyle={{backgroundColor: '#FFF', borderWidth: 2, borderColor: '#1CC625'}}        digitTxtStyle={{color: '#1CC625'}}        timeLabelStyle={{color: 'red', fontWeight: 'bold'}}        separatorStyle={{color: '#1CC625'}}        timeToShow={['H', 'M', 'S']}        timeLabels={{m: null, s: null}}        showSeparator      />    )}