react-native-umpin
Version:
pin input for react-native
38 lines (20 loc) • 532 B
Markdown
# react-native-umpin
pin input for react-native
## Installation
```sh
npm install react-native-umpin
```
## Usage
```js
import { multiply } from 'react-native-umpin';
// ...
const result = await multiply(3, 7);
```
## Contributing
- [Development workflow](CONTRIBUTING.md#development-workflow)
- [Sending a pull request](CONTRIBUTING.md#sending-a-pull-request)
- [Code of conduct](CODE_OF_CONDUCT.md)
## License
MIT
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)