Matheus Bento

Results 16 comments of Matheus Bento

I also had this error: ``` DevTools listening on ws://127.0.0.1:9222/devtools/browser/b3db09ab-4250-4c63-be21-07eb1eeefa3d [0413/133945.501862:FATAL:platform_font_skia.cc(97)] Check failed: InitDefaultFont(). Could not find the default font ```

@jeremyhaile If you had some progress, share it with me, please. I'm using docker to build my AWS lambda.

Hey guys, I finally found a solution: https://medium.com/@mrbento/deploy-webscrapping-puppeteer-nestjs-to-aws-lambda-c0cb4ce99cd7 @jeremyhaile @DiMiTriFrog

hey guys, I'm using expo, I run: npx expo prebuild and npx expo run:android but its throwing errors anyone know how to solve it?

@amcjml Should I create a react native from scratch?

Guys, I was able to create from react native, but I still have an issue here. If I do something like that: ``` await BluetoothEscposPrinter.printText( 'TEST\n\r', { encoding: 'UTF-8', },...

@amcjml Thanks for you reply, but I tried this way: ``` await BluetoothEscposPrinter.printText("Hello, World!\r\n", { encoding: 'UTF-8', widthtimes: 0, heigthtimes: 0, fonttype: 0, }); ``` the Hello, World doesn't print,...

Yep. I tried, just this way I mentioned for you worked. But this is a large font, I need a small size. Do you had the same issue before?

Which version of sunmi are you working with?

great, thanks @amcjml I will test it. I tested this one: https://github.com/suraneti/react-native-sunmi-v2-printer and it works. I will test yours, I would like to do something generic to all possible printers.