Marc Rousavy

Results 246 issues of Marc Rousavy

If a prop of a HybridView is `readonly`, it will not be settable from React. Only gettable via hybrid Object ref

Interfaces are simple flat types - they are not stateful and don't have constructors - if you pass a type with a constructor to nitrogen, you likely made a mistake....

Rewrites the whole Swift HybridObject factory part to be a static class that receives `this` as a `void*` argument, keeping the entire Swift class unknown on the C++ side. This...

External HybridObjects also have the wrong imports for enums/structs - this PR fixes that.

Previously we passed the `std::vector` to `void* get_data_vector_double(const std::vector

As a replacement for https://github.com/mrousavy/nitro/pull/979, this hides `FastVectorCopy`'s fast path behind a feature flag, which is set to `false` for now. In a future version of Swift we might be...