Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
React Native Full Pin - Javascript Module
- Host: GitHub
- URL: https://github.com/trupakufi/react-native-full-pin
- Owner: trupakufi
- Created: 2022-06-22T23:00:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T01:27:40.000Z (over 1 year ago)
- Last Synced: 2024-07-18T09:31:28.422Z (4 months ago)
- Topics: npm-module, npm-package, react-native, react-native-component, typescript
- Language: TypeScript
- Homepage: https://trupakufi.github.io/react-native-full-pin/
- Size: 123 KB
- Stars: 18
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-made-by-angolans - react-native-pin
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.
# Contributors
# How to contribute
- Fork the Repo
- Clone it
- Make your changes
- Make the Pull Request and let's see how it works.