HeligPfleigh / react-native-thermal-receipt-printer

A RN library for thermal printer
174 stars 102 forks source link

How to align text Left or Right? #17

Open LightningNemesis opened 4 years ago

LightningNemesis commented 4 years ago

Sir using this library, how can we align the text that we have to print towards the left or right side? Also, sir what is the procedure for printing a logo?

HeligPfleigh commented 4 years ago

Currently, print image and qr code is not working with this library. Let me do some research and add it later. This is list supported tag for now https://github.com/HeligPfleigh/react-native-thermal-receipt-printer#predefined-tag

GabrielMobileQD commented 4 years ago

Actually you can use the Tags "" to print the text with left alignment and "" to print the text with right alignment. But they are not working correctly with iOS, just in Android. I opened a issue about this #21 .

tr3v3r commented 3 years ago

Hi @HeligPfleigh!

Any updates on Image print research?)

harshmaur commented 3 years ago

@tr3v3r I you can use esc-pos-encoder and see if their image print method works.

FazilMuhammed commented 3 years ago

@harshmaur I don't know to implement image print method in react native please help me