Marc Rousavy
Marc Rousavy
@Xazax-hun how do releases in Swift compiler work, will #75372 be released with the next Xcode update?
Where is the crash? In `deleteMMKV`?
Hm probably has something to do with encryption... Idk maybe this is an actual bug in the MMKV repo. It works in my tests without encryption (see the Harness tests...
Can you? This is an open-source repo
I don't have free time.
Yes, everything is cross-platform so it does work on Windows. The only thing that we need to change is to get the `turbomodule/` autolinked - which is just a single...
To add support to another platform, you just need to call `margelo::nitro::install(...)` in a Runtime. This will install `global.NitroModulesProxy` into the Runtime's global. https://github.com/mrousavy/nitro/blob/c0ae25bef6710894c1314f714638b38ca650c66b/packages/react-native-nitro-modules/cpp/entrypoint/InstallNitro.hpp#L16-L29 cc @shirakaba
This is really helpful, thanks Jamie!! Windows support in Nitro is unfortunately also lower on my priority list for now because of a lot of other things (including VisionCamera stuff),...
Hi - thanks for your PR, but I cannot merge as-is because; 1. You applied different formatting. Is it your IDE or VSCode? 2. There is no implementation for Kotlin...