Mark Oswald

Results 23 comments of Mark Oswald

Thanks for coming back so quick! `PQueue` is being used in the constructor of the `Printer` class and we use a postinstall patch to remove that line. It complains about...

> Could you please also post RN version, if you're using Hermese or not? Also if it's Bare RN or Expo We're using Bare RN with Expo modules, RN 0.71.7...

> So, if I understood properly, if do not patch anything, the build go well? If we don't patch, the constructor of `Printer` will throw an exception (`privateMap.get is not...

We will do further investigation next week and let you know if find anything in the build settings. I can not simply share the repo and need to set up...

What about allowing a queue to be passed into the printer instance? ``` constructor({ target, deviceName, lang = PrinterModelLang.MODEL_ANK, queue = new PQueue({ concurrency: 1 }), }: PrinterParams) { if...

Works for us now, thanks!

@asafkorem Is there anything else to do other than adding the launchArgs? I updated the detox version to the latest in my package.json, but I have the feeling this flag...

No, just wanted to know more about this flag as it's not documented anywhere.

This happens when there is no `Resources` or `Plugins` group defined but you try to interact (like removing a file from it). You could e.g. wrap your call with a...