随笔分类 -  reactNative

摘要:onBackAndroid = () => { for (let i = this.handlers.length - 1; i >= 0; i--) { if (this.handlers[i]()) { return true; } } const nav = this._navigator; 阅读全文
posted @ 2018-07-03 15:12 kathy+ 阅读(153) 评论(0) 推荐(0)