摘要: 1、项目提交远程 2、git stash 缓存 3、git clone 4、git remote 5、git fetch 6、git pull 7、git push 8、git tag(标注版本打tag) 9、回退版本撤销 10、查询有关 Git 命令详解 现在我们有了本地和远程的版本库,让我们来试 阅读全文
posted @ 2018-07-04 15:44 暖暖的薄荷味 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 1、react native中的Invariant Violation: React.Children.only expected to receive a single React element child报错 这个是因为使用了 TouchableWithoutFeedback,这个组件必须至少 阅读全文
posted @ 2018-04-19 10:44 暖暖的薄荷味 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 这篇文章主要想表达的是在react native中导入iconfont字体库。 工具类: 1、react-native-vector-icons 2、fontello 3、iconfont - 阿里巴巴矢量图图标 在react-native中导入的方式和传统中的导入有很大的不一样,下面是详细的过程。 阅读全文
posted @ 2018-03-27 23:05 暖暖的薄荷味 阅读(336) 评论(0) 推荐(1) 编辑