1.1.83 • Published 4 months ago

react-native-umpin v1.1.83

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months 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

4 months ago

1.1.81

8 months ago

1.1.79

8 months ago

1.1.77

8 months ago

1.1.5

9 months ago

1.1.3

9 months ago

0.1.0

9 months ago