# @velocitycareerlabs/vcl-auth-react-native

Velocity Career Labs Authentication React Native SDK

## Installation


```sh
npm install @velocitycareerlabs/vcl-auth-react-native
```


## Usage


```js
import { multiply } from '@velocitycareerlabs/vcl-auth-react-native';

// ...

const result = 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)
