Results 80 comments of Ralph Thomas

Isn't the list of "native modules" in `dom/bootstrap.js` equivalent to what `react-native link` does for the iOS and Android build systems?

We recently did this in our project, so it's definitely possible! Initially we used `cargo apk` to build our shared objects from a gradle task, and then copy them into...

I don't think this needs to be done. You can create a subclass of NativeActivity in Java and then add any extra Java hooks you need from there (including writing...

Yeah, cargo-apk doesn't know how to build Java bits, so I've been copying the shared objects it builds into a traditional Android project built with gradle (so I discard the...

Closing this out - we will revisit if it's still needed.

Does the squoosh config run the same as before? (I saw that you made some changes to LayoutManager; squoosh uses the LayoutParentChildren type to get the tree communicated, rather than...

> It's definitely less efficient to go serdeclass -> protoclass -> serialize... etc. I chose that for this change because this change is only a partial conversion of our structures...

@johnoneil Does this render incorrectly in the Kotlin runtime? We have some complicated code for generating stroke paths from fills, or using the strokes that we got from Figma here:...

Hm, I'm not sure why the outline isn't white either, but if you have the element isolated in a doc then you can grab the JSON and see how we...

Closing this out now, as we passed the release it was targeting. @johnoneil Please re-open if there is more to do here (or open a new one for incorrect colors)