You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
706afc9: Fix bootstrap failing on iOS for projects that depend on react-native-reanimated@4. The React Native community CLI's --force-pods path calls pod install with RCT_NEW_ARCH_ENABLED='0' even when the template defaults the New Architecture to on, which trips Reanimated's podspec assertion. The harness builder now prepends ENV['RCT_NEW_ARCH_ENABLED'] = '1' to the scaffolded Podfile so the env is corrected inside the same pod-install process, before any podspecs are evaluated.