摘要: 坑:如果你运行时出现了错误,但是你又把错误改了,但是你重跑项目,发现还是报你改错误前的错误,那么,你就得去清楚缓存啦, 在Android文件下,运行命令 gradlew clean 然后在启动项目 react-native run-android 阅读全文
posted @ 2020-02-21 22:43 simple-love 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 第一种:https://reactnative.cn/docs/debugging/ 第二种:安装(推荐使用,我就是用这个) 第一步:官网地址:https://github.com/jhen0409/react-native-debugger/releases 第二步:找到适合你的点击下载 第三步: 阅读全文
posted @ 2020-02-21 20:01 simple-love 阅读(3349) 评论(0) 推荐(0) 编辑
摘要: 出现原因端口被占用 解决办法: 第一种, http://www.mamicode.com/info-detail-2727491.html 第二种 关机重启,重新跑项目最直接 阅读全文
posted @ 2020-02-21 19:16 simple-love 阅读(1207) 评论(0) 推荐(0) 编辑
摘要: 布局写法 外联布局:style={styles.container} 内联布局:style={{flex:1,width:50,height:100}} 多个布局:style={[styles.container,{width:50,height:100}]} # React-Native 样式指南 阅读全文
posted @ 2020-02-21 11:02 simple-love 阅读(613) 评论(0) 推荐(0) 编辑