1.1.9 • Published 12 months ago

react-native-full-pin v1.1.9

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

12 months ago

1.1.0

12 months ago

1.1.9

12 months ago

1.1.8

12 months ago

1.1.7

12 months ago

1.1.6

12 months ago

1.1.5

12 months ago

1.1.4

12 months ago

1.1.3

12 months ago

1.1.2

12 months ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago