React
PlayerCrane
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
React-Native:删除线样式
Text 属性(Style) 类型 值 textDecorationLine enum(枚举) “none”, ‘underline’, ‘line-through’, ‘underline line-through’* ‘none’ 无 * ‘underline’ 下划线 * ‘line-through’ 删除线 * ‘underline line-throug原创 2016-11-04 15:09:53 · 5061 阅读 · 0 评论 -
React-Native:(多行文本)ios端将键盘回车改为确定键
ios端<TextInput>设置为多行文本而调出键盘时,可能无法收回键盘(键盘上只有回车,没有确定)(安卓端键盘大多有收起键盘的按钮,不存在这个问题)TextInput 属性(Style) 类型 值/备注 returnKeyType enum(枚举) ‘default’, ‘go’, ‘google’, ‘join’, ‘next’, ‘route’, ‘search’, ‘原创 2016-11-30 19:19:12 · 8119 阅读 · 0 评论
分享