Make bridgeless the default when the New Arch is enabled (#42182)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/42182

For 0.74, we would like to have Bridgeless as the default when the New Architecture is enabled.

## Changelog:
[iOS][Breaking] - Make bridgeless the default when the New Arch is enabled

Reviewed By: cortinico

Differential Revision: D52598104

fbshipit-source-id: a551bbdda7f7b76d1647036137983e39e612ea45
This commit is contained in:
Riccardo Cipolleschi
2024-01-30 03:35:11 -08:00
committed by Facebook GitHub Bot
parent 8d710bfaca
commit c91af773fa
@@ -251,7 +251,7 @@ static NSDictionary *updateInitialProps(NSDictionary *initialProps, BOOL isFabri
- (BOOL)bridgelessEnabled
{
return NO;
return [self newArchEnabled];
}
#pragma mark - RCTComponentViewFactoryComponentProvider