美文网首页
[React-Native]RN组件学习-TextInput

[React-Native]RN组件学习-TextInput

作者: 美乃滋酱啊 | 来源:发表于2016-08-19 16:28 被阅读77次

    基本上和Text具备一样的style

    • textAlign: 'center'

    让文字居中

    • placeholder='用户名'

    相当于原生中的hint属性

    Note:这是一个props属性

    • numberOfLines={1}(props属性)

    注明只有一行

    • autoFocus={true}

    • underlineColorAndroid={'transparent'}

    如果你想让TextInput没有下滑线,那么你需要设置这个属性

    相关文章

      网友评论

          本文标题:[React-Native]RN组件学习-TextInput

          本文链接:https://www.haomeiwen.com/subject/esvbsttx.html