Aliaksei Astafyeu

Results 112 comments of Aliaksei Astafyeu

It would be great if someone could update the example project since I don't have Bluetooth printer to test. (only LAN) @fragilehm @jaaahh ? =)

Close issues since the install section contains this info: https://github.com/tr3v3r/react-native-esc-pos-printer/blob/main/docs/INSTALLATION.md#when-the-bluetooth-or-usb-is-used-set-the-protocol-name-set-the-protocol-name-according-to-the-following-procedure

Hello? Unfortunately I don’t have access to printer device now so I can’t test and fix it. Have you tried to print another language ? Let’s say Chinese? As a...

@TwenLeMammouth have you resolved the issue?

@TwenLeMammouth you are talking about iOS and discovery?

we have a bug for iOS Could you please try to discover with this code? ``` import { NativeModules, NativeEventEmitter, } from 'react-native'; const { EscPosPrinter, EscPosPrinterDiscovery } = NativeModules;...

@TwenLeMammouth you can skip it. It's optional. But if you're interested you can read here https://github.com/tr3v3r/react-native-esc-pos-printer/blob/main/docs/API.md#discoverparams

fixed in v.3.0.0 https://github.com/tr3v3r/react-native-esc-pos-printer/releases/tag/vv3.0.0

As a temp solution I changed from **import** to **require** and TS stops checking the package: before ```javascript import Reactotron, { networking } from 'reactotron-react-native' import { reactotronRedux } from...

Actually, the SDK itself allows printing on multiple devices But the RN part doesn't have all the features like in single printing. I have a plan to rework it in...