react-native
android攻城师
专注移动开发
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
react-native实现画笔功能
ART相关 react-native之ART 配置IOS 参考 react-native之ART绘图详解 手势相关Responder 使用 参考 Responder的使用 相关代码请访问 https://github.com/yxwandroid/reactnativeart 切换分支到ARTResponder 关注微信公众号获取更多内容 ...原创 2018-06-26 09:18:47 · 1828 阅读 · 0 评论 -
react-native-vector-icons 使用
react-native-vector-icons 使用 react-native-vector-icons 一. 切换到工程目录,执行 执行安装命令 npm install react-native-vector-icons --save 或者 yarn add react-native-vector-icons 注意:目前npm5存在安装新库时会删除其他...原创 2019-09-17 09:30:06 · 435 阅读 · 0 评论 -
React-Native flex 布局使用总结
React-Native flex 布局使用总结 父视图属性(容器属性): flexDirection : 对子布局方向的设置 row : 从左到右依次排列 row-reverse :从右向左依次排列 column:(default) 从上到下排列 column-reverse :从下到上排列 flexWrap: 定义子布局是否在父布局中多行排列 wrap: 允许多行排列 ...原创 2019-09-17 09:30:40 · 303 阅读 · 0 评论 -
最完善,快速的 react-native 二维码扫描
react-native 二维码扫描 先看效果 使用的开源库 react-native-smart-barcode react-native-smart-timer-enhance 安装 npm install react-native-smart-barcode --save npm install react-native-smart-timer-enhance --save...原创 2019-09-17 09:31:15 · 390 阅读 · 0 评论 -
react-native实现画笔功能
ART相关 react-native之ART 配置IOS 参考 react-native之ART绘图详解 手势相关Responder 使用 参考 Responder的使用 相关代码请访问 https://github.com/yxwandroid/reactnativeart 切换分支到ARTResponder 关注微信公众号获取更多内容 ...原创 2019-09-17 09:31:44 · 501 阅读 · 0 评论 -
react-native 生成二维码
react-native 生成二维码 先上效果 使用的开源库 react-native-qrcode 配置方式 Installation npm install react-native-qrcode --save Usage import React, { Component } from 'react' import QRCode from 'react-native-qrcode'; ...原创 2019-09-17 09:32:14 · 1144 阅读 · 0 评论
分享