摘要: flex布局教程:http://www.ruanyifeng.com/blog/2015/07/flex-grammar.html教程2: https://www.jianshu.com/p/c71b65a2b3e2flexDirection、justifyContent、alignItems的简单 阅读全文
posted @ 2020-02-23 22:46 simple-love 阅读(3154) 评论(0) 推荐(0) 编辑
摘要: 配置react-native-vector-icons https://ionicons.com/ npm install react-native-vector-icons --save react-native link react-native-vector-icons 获取图标资源 在阿里巴 阅读全文
posted @ 2020-02-23 17:48 simple-love 阅读(909) 评论(0) 推荐(0) 编辑
摘要: 前提条件:USB 调试 你需要开启 USB 调试才能在你的设备上安装你的 APP。首先,确定你已经打开设备的 USB 调试开关 确保你的设备已经成功连接。可以输入adb devices来查看: $ adb devices List of devices attached emulator-5554 阅读全文
posted @ 2020-02-23 17:09 simple-love 阅读(1299) 评论(0) 推荐(0) 编辑