januslo / react-native-bluetooth-escpos-printer

React-Native plugin for the bluetooth ESC/POS & TSC printers.
MIT License
359 stars 416 forks source link

cannot print images, barcode, QRCODE, #132

Open danielgdfr opened 3 years ago

danielgdfr commented 3 years ago

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 16022620867393231617875006896843

pgqueme commented 3 years ago

Try using BluetoothEscposPrinter instead of BluetoothTscPrinter

FaustoCouto commented 1 year ago

was fixed? I have the same problem.

FaustoCouto commented 1 year ago

oh this BluetoothEscposPrinter work to me: await BluetoothEscposPrinter.printPic(logo, {width: 250, height: 50});