
react native
这个helloWorld不吃香菜
这个作者很懒,什么都没留下…
展开
-
React Native echart this.refs为空
componentWillMount(){ this.init() } init=async()=>{ await this.config() } config=()=>{ console.log(this) console.log(this.refs) //一些对option的操作 ......原创 2019-04-17 21:57:56 · 556 阅读 · 0 评论 -
react native 问题总结
react native 的那些坑(持续更新)最近一直在用react native写一个移动app,碰到不少问题。所以想开个博客记录一下碰到的问题和解决办法,有错误的话还请指正。Could not run adb reverseadb不能直接打开app,代码不能热更新。解决方法: 发现环境变量地址/方向有误,按照react native官网重新配置环境变量解决。setting,连接同一...原创 2019-04-24 20:23:18 · 179 阅读 · 0 评论