Problem Statement
Which configuration flag enables the new architecture in a React Native project?
Explanation
To enable the new architecture, set newArchitectureEnabled=true in gradle.properties for Android and the equivalent flag in Podfile for iOS.
This activates JSI, TurboModules, and Fabric rendering features.
Practice Sets
This question appears in the following practice sets: