Marc Rousavy
Marc Rousavy
> Could you try a more complex struct similar to ours? Can you try this? Fork this repo and just edit the structs - it's quite easy to build the...
I think if you can reproduce this you should probably create a bug report in the swiftlang/swift repo.
> Hermes internally only supports ASCII and UTF-16 strings, so supporting something like this for UTF-8 would be much more challenging. In my case I have a few ASCII constants...
Hm yea good point the strings aren't as big. I thought about the use-case of embedding translation strings, but maybe it's better to keep those separate assets anyways. And no,...
Hey - so I've been playing around with the `jsi::String::getStringData(…)` API you guys have added and it's quite a powerful API: https://github.com/mrousavy/react-native-mmkv/pull/806 Avoiding a copy here gave me a 84%...
Ah my bad - I was on react-native 0.78, which does have `getStringData(...)`, but does **not** have `createFromUtf16(...)` yet. It is on react-native `main` though, so I'll just wait for...
We need to add https://nitro.margelo.com/docs/types/custom-structs#cyclic-references-are-not-supported
now it's `open`.
Actually this is a react-native bug, not a Nitro bug. It can be reproduced in a blank new react-native 0.76 or 0.77 app. https://github.com/facebook/react-native/issues/48027