react-native-bluetooth-escpos-printer icon indicating copy to clipboard operation
react-native-bluetooth-escpos-printer copied to clipboard

React-Native plugin for the bluetooth ESC/POS & TSC printers.

Results 107 react-native-bluetooth-escpos-printer issues
Sort by recently updated
recently updated
newest added

working well on my mobile but on client device 'Unable to connect device' and some time issue came 'BT NOT ENABLED'

it´s possible align QRCode to center? i try this but don't work: ``` await BluetoothEscposPrinter.printerAlign(BluetoothEscposPrinter.ALIGN.CENTER); await BluetoothEscposPrinter.printQRCode("https://portal.azores.gov.pt/web/drqpe/", 150, 1) ```

As title. My 1st line text is: "Trung tâm quản lý giao thông công cộng thành phố Hải Phòng" And the word is broken in the end of line. It...

![index](https://user-images.githubusercontent.com/53957140/134700650-ed98d722-4fa1-4f37-b60e-914eeac83815.jpg)

I got this error when I import this library. Type Error: Cannot set property 'DIRECTION' of undefined

Its showing https insecure; Please allow allowInsecureProtocol = true in build.gradle and also modify the line compile word with implementation Here is the fixed build.gradle file buildscript { repositories {...