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: about 1 year 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T08:51:50.000Z (over 2 years ago)
- Last Synced: 2025-01-11T08:33:45.671Z (about 1 year 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)