bluetooth esc/pos printer
npm install react-native-escpos-bluetooth-printerbluetooth esc/pos printer
``sh`
npm install react-native-escpos-bluetooth-printer
`js
import EscposBluetoothPrinter from "react-native-escpos-bluetooth-printer";
// ...
const result = await EscposBluetoothPrinter.multiply(3, 7);
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT