Matt George
Matt George
I'm also experiencing this issue, only on iOS on new architecture. @soutua I tried applying your fix (using patch-package), but the issue still persists for me. How did you apply...
@soutua Thanks for the reply. Yes, I can see that the lines have changed in my node_modules directory, so the patch has applied correctly, and yet it doesn't seem to...
@soutua FYI, your fix does indeed work against RN 0.79.5. So it seems like there's a further problem with RN 0.81, which I haven't been able to fix yet. I've...
@soutua that's a really good point! We're using Expo, and so we were trying RN 0.81 with Expo SDK54, which does use precompiled RN binaries by default. I'll try disabling...
I can also confirm that the patch seems to fix the problem on RN 0.81, once we enabled `buildReactNativeFromSource`. @soutua I think we should raise a PR with your fix....
@soutua Nice one - great stuff. Let's hope it gets merged!