# @rn-base/native-commons

native commons

## Installation

```sh
npm install @rn-base/native-commons
```

## Usage

```js
import NativeCommons from '@rn-base/native-commons';

// ...

const result = await NativeCommons.multiply(3, 7);
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT
