mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
ae8d01eca1
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/34440 While testing some recent changes on a nightly, I realized that if we install the dependencies using RCT_NEW_ARCH_ENABLED=1 and we forget to change the flag in the Podfile, Fabric dependencies won't be installed. However, Fabric is required by the New Architecture. This fix makes sure that we install Fabric dependencies when the New Architecture is enabled. ## Changelog [iOS][Changed] Install Fabric dependencies when RCT_NEW_ARCH_ENABLED=1 Reviewed By: cortinico Differential Revision: D38786978 fbshipit-source-id: 664151de0250577a19af949f8850e5efa8a13373