januslo / react-native-bluetooth-escpos-printer

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

Print Qr crash app on IOS #85

Open JuanCamilo0809 opened 4 years ago

JuanCamilo0809 commented 4 years ago

Hi,

"react": "16.9.0", "react-native": "0.61.2", "react-native-bluetooth-escpos-printer": "0.0.5",

When I try to print QrCode the application crash and close.

Example: await BluetoothEscposPrinter.printQRCode('123', 360, 2);

somebody have any idea? Thanks

januslo commented 4 years ago

try #56

FazilMuhammed commented 3 years ago

@januslo hello i can print in Android but in IOS not responding.anyone works in IOS please help me...

JuanCamilo0809 commented 3 years ago

@FazilMuhammed Install but from git hub npm install https://github.com/januslo/react-native-bluetooth-escpos-printer.git --save

And works ok Regards