react-native-bluetooth-escpos-printer
react-native-bluetooth-escpos-printer copied to clipboard
cannot print images, barcode, QRCODE,
I am using the code from the TSC.JS example and it does not print the expected result correctly.
I am working with react native 0.63 and with an Android 8 device
Try using BluetoothEscposPrinter
instead of BluetoothTscPrinter
was fixed? I have the same problem.
oh this BluetoothEscposPrinter work to me: await BluetoothEscposPrinter.printPic(logo, {width: 250, height: 50});