1.2.0 • Published 3 years ago

react-native-pin-entry v1.2.0

Weekly downloads
6
License
MIT
Repository
github
Last release
3 years ago

Pin Entry Component for React Native

React Native Pin Entry

Features

  • Custom styles
  • Custom size
  • Auto Focus
  • Light-weight: No other dependencies besides react-native

Installation

yarn add react-native-pin-entry

or

npm install --save react-native-pin-entry

Usage

import PinInput from 'react-native-pin-entry'

render() {
    return (
        <PinInput onInputChange={(pin) => console.log(pin)} />
}

Props

You can pass custom style to PinInput

| onInputChange | Returns the complete PIN | Function | ✓ | | | placeholder | Placeholder to show in the pin fields | String | ✓ | | | digits | Number to pin options max 6 | Number | ✓ | |

1.2.0

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago