Skip to content

wesley1001/react-native-passwordInput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-passwordInput

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

仿支付宝密码输入框

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位数密码

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published