A component for react-native Add it to your project Runnpm install react-native-countdown --save // Within your render function. Count down after press it.<CountDownonPress={this.sendAgain}//default nulltext={'Try again'}//default ''time={60}//default 60buttonStyle={{padding:20}}textStyle={{color:'black'}}//default...
##What is it react-native-sk-countdown is a simple countdown component for React Native, pure js implementation##How to use itnpm install react-native-sk-countdown@latest --save Write this in index.ios.js / index.android.js /