mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
e330eee9c8
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/32777 Changelog: [iOS][Added] Added the new architecture support to the new app template. To apply this change to your project, you will need to update your Podfile. You can try it by using "RCT_NEW_ARCH_ENABLE=1 pod instal" command which updates necessary C++ flags and enable the new codegen discovery required for the new architecture. As context, We've modified the iOS template to have code required to enable the new architecture (aka Turbo modules and fabric / renderer) which requires updating AppDelegate. We also added the support in RNTester as well. We will be sharing more documentation about the new architecture. Reviewed By: dmitryrykun Differential Revision: D33154825 fbshipit-source-id: a46b98308e9d29780b6a5245e8faa8be1e257802