GithubHelp home page GithubHelp logo

react-native-verification's Introduction

react-native-verification

image image

Documentation

Params

Key Description Type Default
type 验证码类型 string 'img','number'
stringArr 数字验证码-内容数组 array ["1",...,"a",...,"A",...]
fontWeight 数字验证码-字体宽度 array ['normal','bold','100',...]
num 数字验证码-数字个数 number 4
minFont 数字验证码-最小字体 number 23
maxFont 数字验证码-最大字体 number 40
minDeg 数字验证码-最小旋转角度 number -45
maxDeg 数字验证码-最大旋转角度 number 45
font 数字验证码-字号 array ['italic','normal']
rightMove 图片验证码-滑块移动正确距离(比填) number 164
offset 图片验证码-滑块移动正确距离误差值 number 3
itemImg 图片验证码-滑块图片 object {uri:url} /require(url)
backGroundImg 图片验证码-滑块背景图片 object {uri:url} /require(url)
getValue 回调值,数字验证码返回随机内容,图片验证码显示true/false func

Usage

Step 1 - install

	npm install react-native-verification --save

Step 2 - import and use in project

    import Verification from 'react-native-verification'
    <View style={{ 
      flex:1,
      alignItems:'center',
      justifyContent:'center',}}>
      <Verification 
          type={'img'} 
          getValue={(value)=>console.log(value)}  
         
          />
      <Verification 
          type={'number'} 
          getValue={(value)=>console.log(value)}  
         
          />
    </View>
	

react-native-verification's People

Contributors

asyalas avatar

Stargazers

 avatar chaoszhu avatar Mind avatar Robert Gates avatar wang-qi avatar damon.chen avatar  avatar JingLiang Wen avatar Panda4Ever avatar  avatar 0xmoli avatar ac.zzz avatar  avatar wyfblues avatar Joe avatar 王毅松 avatar  avatar  avatar xx1024 avatar Lip avatar  avatar  avatar  avatar  avatar  avatar

react-native-verification's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.