januslo / react-native-bluetooth-escpos-printer

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

How print QRCode using BluetoothEscposPrinter? #144

Closed fajarpancas closed 3 years ago

fajarpancas commented 3 years ago

anyone can give example how to print QRCode using BluetoothEscposPrinter? i tried with code : await BluetoothEscposPrinter.printQRCode("Tes", 100, 100)

but not works.

Thanks.