Daniel Dyrnes
Daniel Dyrnes
@Borales Update: I added `--max_old_space_size=8192` to the build command in node and it fixed the problem. Full command in package.json now is: `"build": "node --max_old_space_size=8192 scripts/build.js"`. Not sure if there...
I would recommend adding publishing the package to npm as a step in the publish CI workflow. That way we don't have to rely on the maintainers to remember to...
Hi @jurjees23 , Do you have any more information? Such as what kind of error message are you getting, stack traces, what you did to produce this error? This kind...
I created a PR for this issue, for now you can try to add the packages directly to your package.json file as a quick fix by running. Yarn: `yarn add...
I managed to get this to work by making sure that bitcode is set to `Yes` in the RNIpay88Sdk.xcodeproj and removing the `libRNIpay88Sdk.a` file from the Recovered References folder of...
@QORTEC thank you for adding my printer to your PR! I hope it will merge soon 😄 As soon as it is merged, I'll close this issue.