Marc Rousavy
Marc Rousavy
@Duell10111 can you add a PR to make tvOS work again?
I think this has been fixed in [react-native-mmkv 4.x.x-beta](https://github.com/mrousavy/react-native-mmkv/releases/tag/v4.0.0-beta.0). It should work on tvOS again
I mean - is that a problem? You can move your `nitro.json` to any folder you'd like.
But I do have a `--out` parameter in Nitrogen CLI - that allows you to choose a different location for the `nitrogen/` folder. The `CMakeLists` extension will still have a...
Makes sense. Hm
You need to use it from an example app, not open the gradle project of the library directly @fightingcat
Heyo - this is still WIP?
I think RN Skia should throw useful errors (with messages) instead of swallowing it and returning null. Would be great if that can be changed. But yea I guess you...
Thanks for the details, this definitely sounds like a memory leak in `SharedArray`. At the moment I don't have any time to investigate, so I think I'd put a $300...
I encountered a similar bug when using `swift::Optional` from C++. I am not sure if this is related to this issue, I'll continue to investigate and maybe create a separate...