infoxicator / react-native-star-prnt

React-Native bridge to communicate with Star Micronics Bluetooth/LAN Printers
MIT License
67 stars 65 forks source link

TSP100 alignment with Barcode and QRcode not working #42

Open EsraaMahmoudMohamed opened 5 years ago

EsraaMahmoudMohamed commented 5 years ago

I'm playing around with some of the commands, and I can't seem to figure out why alignment does not work with Barcode and QRcode. Here's the command I'm testing with (same as the example)

commands.push({ appendQrCode: "{BStar", QrCodeModel: "No2", QrCodeLevel: "L", cell: 8, alignment: "Center" });