react-native-passwordInput

采用React Native开发,仿支付宝付款密码输入框

React开发,仿支付宝付款密码输入框

Install

安装包:

npm i react-native-input-password --save

通过引用import Password from 'react-native-input-password'来使用

Demo

<View> <Password maxLength={6}></Password> </View>

其中maxLength={6}表示需要输入6位数密码

项目主页:http://www.open-open.com/lib/view/home/1449326105561

相关文章:

  • 2022-12-23
  • 2021-09-18
  • 2022-12-23
  • 2021-06-03
  • 2021-03-31
  • 2022-12-23
  • 2021-06-29
猜你喜欢
  • 2022-12-23
  • 2021-07-30
  • 2022-12-23
  • 2021-05-23
  • 2021-12-18
  • 2021-09-16
  • 2022-12-23
相关资源
相似解决方案