Adrian Celczyński

Results 1 comments of Adrian Celczyński

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" ```