https://github.com/lucaspiressimao/react-native-filipeta
React Native Lib to generate filipetas to Smart POS Terminals
https://github.com/lucaspiressimao/react-native-filipeta
Last synced: 3 months ago
JSON representation
React Native Lib to generate filipetas to Smart POS Terminals
- Host: GitHub
- URL: https://github.com/lucaspiressimao/react-native-filipeta
- Owner: lucaspiressimao
- License: mit
- Created: 2020-07-30T18:07:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T13:15:52.000Z (over 2 years ago)
- Last Synced: 2025-02-17T12:51:38.066Z (4 months ago)
- Language: Java
- Size: 6.23 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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