Aliaksei Astafyeu

Results 112 comments of Aliaksei Astafyeu

> What about allowing a queue to be passed into the printer instance? > > ``` > constructor({ > target, > deviceName, > lang = PrinterModelLang.MODEL_ANK, > queue = new...

@mroswald So, I've decided to keep **p-queue** by default in the Printer class (because of different needs). But it can be overridden or completely removed from the bundle. [Changes here](https://github.com/tr3v3r/react-native-esc-pos-printer/pull/139/commits/7c2047a23dbdb6cf06f4e9dc85742316db75d153)...

yes it should support. PRINTER_SERIES is a bit outdated I guess but getPrinterSeriesByName will return default series. So it should no be a problem for now. So what the problem...

@chahinramonaghrim Hello! Could you please do the same test using [init](https://github.com/tr3v3r/react-native-esc-pos-printer/blob/main/docs/API.md#init-target-seriesname-language-) method instead? I mean the case with turned-off printer

@Rehankhalil462 @tousif-p99soft for now guys you can try to read about errors here ios: https://github.com/tr3v3r/react-native-esc-pos-printer/blob/main/docs/iOS_v2.23.0.pdf android: https://github.com/tr3v3r/react-native-esc-pos-printer/blob/main/docs/android_v2.23.0.pdf

@AlbertJohanson Can I ask you to give me a bit more details?

@AlbertJohanson By details I mean RN and lib version. bare or expo projects . Android or iOS and etc.

@Rehankhalil462 @sisoalbert could you please expand on it please? It would be great to have a reproducible demo or at least a bit more details. (steps, code snipped, lin and...

As an hack solution it's possible to do something like. 1) ```javascript const tempPassword = generateTempPassword() await Auth.forgotPasswordSubmit(username, code, tempPassword) // save temp password or pass to next screen ```...

@israelko have you figured out what's the problem?