Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)