# react-native-filipeta

Module to generate filipeta from POS view

## Installation

```sh
npm install react-native-filipeta
```

## Usage

```js
import Filipeta from "react-native-filipeta";

// ...

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

## Contributing

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

## License

MIT
