Adrian Celczyński
Results
1
comments of
Adrian Celczyński
libc++abi: terminating due to uncaught exception of type std::__1::bad_function_call: std::exception
In my case disabling the new architecture for iOS via Podfile did the trick `ENV['RCT_NEW_ARCH_ENABLED'] = '0'` ``` "react-native": "0.76.7" "react-native-reanimated": "3.16.7" ```