Marc Rousavy

Results 1813 comments of Marc Rousavy

@iwater i cannot reproduce this on iOS - which Nitro version? can you reproduce this in the NitroExample app here?

Yup, same story here. Unfortunately caused by the new SoLoader merging changes introduced in RN 0.76. Not sure if this only affects Nitro Modules or also (C++) TurboModules as well....

Not 100%, no. Should've phrased this differently. But I'm pretty sure we can figure that out if we try your suggestion in your comment.

@thecynicalpaul I'd need a repro for that. The NitroExample app tests exactly this code and it works just fine. https://github.com/mrousavy/nitro/blob/41d94a5ddea6243216465aec29331eddf58406d1/packages/react-native-nitro-image/cpp/HybridTestObjectCpp.cpp#L366-L368

If you pass custom `compiler_flags` you'd likely want to enable `-fexceptions` and `-frtti` tho.

> Hope we can fix this As already mentioned, this is a bug in react-native.

Nice to hear it is working in 0.80 now though. Great to see the ecosystem progressing and improving so fast - thanks again @cortinico. ❤

> I'm also seeing this from swift as well. This is an Android only bug, this does not happen in Swift. I just tested it again to verify, all tests...

This 100% works in the example in Swift here; https://github.com/mrousavy/nitro/blob/88239361578b520adeda69e675ff2e72572b9021/packages/react-native-nitro-image/ios/HybridTestObjectSwift.swift#L262-L266 Can you share your code? Or try to get the example to run and modify on your end. You just...