sid-address-verification-react-native
Version:
A sourceID react native package for address verification
35 lines (19 loc) • 515 B
Markdown
# addreso-vero-rn
A simple (not actually simple) react native package
## Installation
```sh
npm install addreso-vero-rn
```
## Usage
```js
import { multiply } from 'addreso-vero-rn';
// ...
const result = await multiply(3, 7);
```
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)
# addreso-vero-rn