1.1.83 • Published 2 years ago

react-native-umpin v1.1.83

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-umpin

PIN INPUT for REACT-NATIVE

Installation

npm install react-native-umpin

Usage

import UMPinInput  from 'react-native-umpin';

// ...

const [pin, setPine] = useState()

<UMPinInput
    styleContainer={{ width: "100%", marginBottom: 15 }}
    size={5} beadBg="orange"
    value={pin} onChangeText={e=> setPine(e)}
/>
1.1.83

2 years ago

1.1.81

3 years ago

1.1.79

3 years ago

1.1.77

3 years ago

1.1.5

3 years ago

1.1.3

3 years ago

0.1.0

3 years ago