AMCom

Results 11 comments of AMCom

@waleediqbal224 just follow the steps here https://github.com/suraneti/react-native-sunmi-v2-printer

@matheusbento this package does not support Expo

If you just started the then create it again with React Native from scratch. If not, you should eject the existing Expo project. On Fri, May 3, 2024, 13:26 Matheus...

@matheusbento here is the possiblities for font sizes: Large font size ``` { encoding: 'UTF-8', widthtimes: 1, heigthtimes: 0, fonttype: 0, } ``` Medium font size ``` { encoding: 'UTF-8',...

write multiple `await BluetoothEscposPrinter.printText()` with different parameter each time to test what is working for you. Example: ``` await BluetoothEscposPrinter.printText( "Hello, World!\r\n", { encoding: 'UTF-8', codepage: 0, widthtimes: 0, heigthtimes:...

The possiblities for font sizes I showed you is working for me.

We are working with a package created by us by making changes to the original package. https://www.npmjs.com/package/react-native-ec-thermal-printer Sorry I forgot about this. There is no documentation at this moment. But...

@matheusbento yes I'm still using Bluetooth in addition of USB and Network. Sorry, the project is confidential, I can't share it.

@matheusbento no I didn't have this problem before.

Yes it support SUNMI V2. I don't have any idea.