react native
开发小白菜
到底是量变造成质变,还是应该抽筋扒皮,吃透原理,事半功倍的好呢?
展开
-
react native 调试页面时,初始页无法关闭
react native 调试某个固定页面时,初始页无法关闭,需要加两行代码,这样就可以了原创 2018-06-12 16:48:33 · 632 阅读 · 0 评论 -
时间戳转化
Date.prototype.format = function (fmt) { var o = { "M+": this.getMonth() + 1, //月份 "d+": this.getDate(), //日 "h+": this.getHours(), //小时 "m+": this.getMinutes(), //...原创 2018-06-26 14:59:53 · 192 阅读 · 0 评论 -
react native 渐变 BVLinearGradient报错不存在
想实现RN的渐变效果,yarn add react-native-linear-gradientreact-native link react-native-linear-gradient但是报错,这时候就需要重新打包,再次运行就可以了。 参考:https://stackoverflow.com/questions/43106124/warning-nati...原创 2018-07-20 14:13:54 · 6138 阅读 · 1 评论 -
com.android.builder.testing.api.DeviceException: com.android.ddmlib.InstallException: Failed to inst
如果是5.0以上的真机调试,可能原因是手机版本问题或者Gradle版本问题1,可以通过修改Gradle 2,react-native run-android --deviceId 设备号设备号就是 adb devices 后出现的安装成功后,以后直接运行npm start启动就 ok了参考文章:https://blog.csdn.net/suwu150/articl...原创 2018-12-28 15:59:54 · 1837 阅读 · 0 评论 -
adb不是内部命令或外部命令,也不是可运行的程序或批处理文件
找到platform-tools路径然后在环境变量“Path”结尾添加这个路径: 转载:https://blog.csdn.net/zhouyingge1104/article/details/62052937转载 2018-12-18 23:18:12 · 310 阅读 · 0 评论