1.0.1 • Published 5 years ago

react-native-verification-code v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

react-native-verification-code

react-native随机验证码 主要依赖库 react-native-linear-gradient具体原生相关操作请参考以上网址.

start

import VerificationCode from 'react-native-verification-code';

react-native-verfication-code api

属性描述参数类型默认值
containerStyle容器样式Object
textStyle验证码文本样式Object
codeLength验证码长度Number4
mode模式默认字母,支持letter,number两种Stringletter
isColor是否开启验证码随机字体颜色Booleanfalse
isBgColor是否开启容器背景随机颜色Booleanfalse
time响应时间内多次点击无效Number200
onClick点击事件Function

example截图