扫码关注官方订阅号
尝试用react native编写一个app 需要实现定时提醒 不知道该怎么实现
闭关修行中......
var TimerMixin = require('react-timer-mixin'); module.exports = React.createClass({ mixins: [TimerMixin], handdle: function() { this.setTimeout(() => { }, 2000); } });
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
闭关修行中......