leesiongchan / react-native-esc-pos

A React Native ESC/POS module to help you connect to your ESC/POS printer easily.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

printBarcode

ydancziger opened this issue · comments

Hi

I see there is an available function printBarcode() is this ready to use? if yes, how?
And can you explain a little more how I get an image with printImage()

Thank you so much

I see there is an available function printBarcode() is this ready to use? if yes, how?

Sorry printBarcode() is not working yet, since we are using a lib behind the scene, there should only be a very minimal work required for it to work, hope you could lend a hand on making it live 💯

And can you explain a little more how I get an image with printImage()

The only parameter you need to make it work is filePath, for example if you use Expo Image Picker you will get a uri, put in the uri you should be able to print the image

I see there is an available function printBarcode() is this ready to use? if yes, how?

Sorry printBarcode() is not working yet, since we are using a lib behind the scene, there should only be a very minimal work required for it to work, hope you could lend a hand on making it live

And can you explain a little more how I get an image with printImage()

The only parameter you need to make it work is filePath, for example if you use Expo Image Picker you will get a uri, put in the uri you should be able to print the image

for print image, can i get the image file from server?