Skip to content

TuNguyenThanh/react-native-confirmation-code-field

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-confirmation-code-field

npm Travis

A react-native confirmation code field for both IOS and Android (base on this project Migration Guide)

Links

Screenshots

Install

yarn add react-native-confirmation-code-field
# or
npm install react-native-confirmation-code-field
yarn add react-native-confirmation-code-field@beta
# or
npm install react-native-confirmation-code-field@beta

Usage

import React, { Component } from 'react';
import CodeInput from 'react-native-confirmation-code-field';

class App extends Component {
  handlerOnFulfill = code => console.log(code);

  render() {
    return <CodeInput onFulfill={this.handlerOnFulfill} />;
  }
}

About

Fork react-native-confirmation-code-field

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published