Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/trupakufi/react-native-full-pin

React Native Full Pin - Javascript Module
https://github.com/trupakufi/react-native-full-pin

npm-module npm-package react-native react-native-component typescript

Last synced: about 2 months ago
JSON representation

React Native Full Pin - Javascript Module

Awesome Lists containing this project

README

        

# react-native-full-pin

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

# How to install

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

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

# Usage

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

export default function App() {
const [code, setCode] = useState([]);
return (

setCode(e),
}}
/>

);
}
```

# Demo

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


Demo Without Styles - React Native Full Pin

Demo With Styles - React Native Full Pin

# Contributors


mariovarela99



# How to contribute

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