Trying to write an app with react native needs to realize timing reminding. I don’t know how to realize it.
var TimerMixin = require('react-timer-mixin'); module.exports = React.createClass({ mixins: [TimerMixin], handdle: function() { this.setTimeout(() => { }, 2000); bracket });