ivan-moego

Results 2 comments of ivan-moego
trafficstars

In my project, I'm using "expo": "52.0.46" and "react-native": "0.76.9". When enabling the new architecture on iOS, I encountered the same problem. ``` Last Exception Backtrace: 0 CoreFoundation 0x19b57b21c __exceptionPreprocess...

In my project, the new architecture is enabled for iOS, while the old architecture is still used for Android. After modifying some code, it ran successfully. Here is my patch....