# react-native-aliyun-onepass

aliyun onepass sdk using in react native

## Installation

```sh
npm install react-native-aliyun-onepass
```

## Usage

```js
import AliyunOnepass from "react-native-aliyun-onepass";

// ...

const result = await AliyunOnepass.multiply(3, 7);
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT
