Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrkpatchaa/react-native-nyx-printer
Use Nyx devices Printer such as NB55 in React Native
https://github.com/mrkpatchaa/react-native-nyx-printer
nyx-printer nyxprinter react-native
Last synced: 15 days ago
JSON representation
Use Nyx devices Printer such as NB55 in React Native
- Host: GitHub
- URL: https://github.com/mrkpatchaa/react-native-nyx-printer
- Owner: mrkpatchaa
- License: mit
- Created: 2023-08-30T17:58:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-31T08:51:50.000Z (over 1 year ago)
- Last Synced: 2024-11-12T10:32:48.501Z (3 months ago)
- Topics: nyx-printer, nyxprinter, react-native
- Language: Java
- Homepage:
- Size: 184 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# react-native-nyx-printer
Use Nyx devices Printer such as NB55 in React Native
## Installation
```sh
npm install react-native-nyx-printer
```## Usage
```js
import { multiply } from 'react-native-nyx-printer';// ...
const result = await multiply(3, 7);
```## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT
## Credits
[yyzz2333/NyxPrinterClient](https://github.com/yyzz2333/NyxPrinterClient)
[Aladdin16659/NyxPrinter](https://github.com/Aladdin16659/NyxPrinter)
---
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)