Aliaksei Astafyeu

Results 112 comments of Aliaksei Astafyeu

@nvdnvd00 sorry but I need also processor architecture.

@nvdnvd00 Ok! Since your application works on tablets I suppose this is not a problem with the library for USB connections. What I can do: I'll add support for x86_64...

@jankoJelic just released 2.3.0. Add support of x86_64 arch please try if it helps.

> Nah, still an empty array Code: > > ``` > useEffect(() => { > const test = async () => { > const printers = await EscPosPrinter.discover(); > console.log(printers);...

According to [official docs](https://download.epson-biz.com/modules/pos/index.php?page=single_soft&cid=7424&scat=61&pcat=3) of the Android SDK: You can also try to take a look at this manual https://github.com/tr3v3r/react-native-esc-pos-printer/blob/main/docs/android_v2.27.0.pdf Probably we missed something

@tolypash you can try at least

@tolypash I can't see any info related to printer SDK in these logs. Have you checked if the app has all the necessary permissions? What type of connection you're using...

@tolypash it could be the reason yes Have you tried to log what this function returns for your case? https://github.com/tr3v3r/react-native-esc-pos-printer/blob/main/src/core/utils/permissions.ts They both should give -> true as I can see...

@tolypash happy to hear that! If you're using version 3.0.1 I can create a fix for you, to make this permission check optional

ok anyway... I added a code to the Android side to skip enabling location settings if Google services are unavailable. Here it is: https://github.com/tr3v3r/react-native-esc-pos-printer/releases/tag/vv3.0.2