react countdown timer componen

react-native-CountDowntimer

A simple countdown component with React Native which Only needs a end time.

中文

Props date

A string width valid date like isoformat or js dates

Example

1.npm install //in package.json "dependencies": { "react_native_countdowntimer":"1.0.2" } //in your js code import CountDownTimer from 'react_native_countdowntimer' 2.local way import CountDownReact from './CountDownReact' // <CountDownTimer //date={new Date(parseInt(endTime))} date="2017-11-28T00:00:00+00:00" days={{plural: 'Days ',singular: 'day '}} hours=':' mins=':' segs='' daysStyle={styles.time} hoursStyle={styles.time} minsStyle={styles.time} secsStyle={styles.time} firstColonStyle={styles.colon} secondColonStyle={styles.colon} /> Contact

QQ:1196681436

Weibo:http://www.weibo.com/u/1693069642

email:jackuhan@gmail.com

Welcome to pull request

版权声明:

1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。
2、网站不提供资料下载,如需下载请到原作者页面进行下载。