# react-native-white-board

whiteboard

## Installation

```sh
npm install react-native-white-board
```

## Usage

```js
import WhiteBoard from "react-native-white-board";

// ...

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

## Contributing

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

## License

MIT
