10 2016 档案

摘要:应用程序启动的时候,在启动函数中加入: 阅读全文
posted @ 2016-10-27 18:05 我叫南部21号 阅读(144) 评论(0) 推荐(0) 编辑
摘要:First ViewController Second ViewController 阅读全文
posted @ 2016-10-24 21:28 我叫南部21号 阅读(944) 评论(0) 推荐(0) 编辑
摘要:1.导出模块错误 遇到这样的错误,首先检查代码有闭合一致,如果没有错误的话,则去检查是否是导出模块的错误。 如: export default moduleName; 改为: module.exports = moduleName; 2. React版本过高 React Uncaught TypeE 阅读全文
posted @ 2016-10-17 11:59 我叫南部21号 阅读(171) 评论(0) 推荐(0) 编辑
摘要:1.在后台可以继续播放音频 To play sound in the background, make sure to add the following to the Info.plist file. 阅读全文
posted @ 2016-10-10 17:56 我叫南部21号 阅读(152) 评论(0) 推荐(0) 编辑