开发者社区> 问答> 正文

react native 如何实现定时提醒

尝试用react native编写一个app 需要实现定时提醒 不知道该怎么实现

展开
收起
a123456678 2016-07-28 17:28:31 2517 0
1 条回答
写回答
取消 提交回答
  • var TimerMixin = require('react-timer-mixin');
    
    
    module.exports = React.createClass({
        mixins: [TimerMixin],
        handdle: function() {
            this.setTimeout(() => {
    
            }, 2000);
        }
    });
    2019-07-17 20:01:28
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
利用编译将 Vue 组件转成 React 组件 立即下载
React Native 全量化实践 立即下载
React在大型后台管理项目中的工程实践 立即下载