Krzysztof Moch

Results 1 comments of Krzysztof Moch

I have found this patch to workaround this bug ```diff diff --git a/node_modules/react-native-nitro-modules/cpp/core/HybridFunction.hpp b/node_modules/react-native-nitro-modules/cpp/core/HybridFunction.hpp index aefd987..c2e06fb 100644 --- a/node_modules/react-native-nitro-modules/cpp/core/HybridFunction.hpp +++ b/node_modules/react-native-nitro-modules/cpp/core/HybridFunction.hpp @@ -23,6 +23,10 @@ struct JSIConverter; #include #include +#ifdef...