1.1.9 • Published 2 years ago

react-native-full-pin v1.1.9

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

react-native-full-pin

Component to use Pin in your Apps, Easy to use, easy to customize and easy to manipulate.

How to install

  # Using npm
  npm install react-native-full-pin

  # Or Using Yarn
  yarn add react-native-full-pin

Usage

import FullPin from "react-native-full-pin";

export default function App() {
  const [code, setCode] = useState([]);
  return (
    <View style={styles.container}>
      <FullPin
        pin={{
          code,
          pinLength: 4,
          onChange: (e) => setCode(e),
        }}
      />
    </View>
  );
}

Demo

Some examples of using React Native Full Pin, with default styles and with personalized styles.

Contributors

How to contribute

  • Fork the Repo
  • Clone it
  • Make your changes
  • Make the Pull Request and let's see how it works.
1.1.1

2 years ago

1.1.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago