mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
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
|
||||
|
||||
Reference in New Issue
Block a user