Coal

Results 29 comments of Coal
trafficstars

This is pretty much what is needed on the `.zshrc` | `.profile` ```bash export NVM_NODEJS_ORG_MIRROR=https://unofficial-builds.nodejs.org/download/release # Set up unofficial builds export NVM_IOJS_ORG_MIRROR=https://example.com # (Optional) Disable IOJS from appearing on ls-remote...

Since JSI and Turbomodules are under development this Isn't really needed, you can have your own native code written in C++ and it's relative instructions and communicate back to javascript...

I have a lot of faith in Turbomodules and JSI so we can eventually see less "Native component" oriented solutions and more "Game Engine | Canvas" solutions for react native.

I have this issue too... Any known version working with [email protected] ?

In the end It was easier for me to switch to firestore. Will keep using firestore in the future for all of my projects.

Same issue

What's the thing with the android device? Why is it needed?

@milorue There's an ongoing conversation about performance regarding this. We want to ship a rust module to assemble the images or something that is a little bit more lower level...

@milorue I found this package has inner C/C++ Bindings and is super performant, It's what I've used for JungleCats on harbor. https://www.npmjs.com/package/images https://github.com/kevinrodriguez-io/harbor/blob/master/src/scripts/painter.ts

@milorue There's also the reference implementation in Rust for magic-pancakes, we could use something similar to https://github.com/kevinrodriguez-io/magic-pancakes too, and expose it to node via napi (https://napi.rs/). Just to focus this...