Skip to content

Commit c91af77

Browse files
cipolleschifacebook-github-bot
authored andcommitted
Make bridgeless the default when the New Arch is enabled (#42182)
Summary: Pull Request resolved: #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
1 parent 8d710bf commit c91af77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/Libraries/AppDelegate/RCTAppDelegate.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ - (BOOL)fabricEnabled
251251

252252
- (BOOL)bridgelessEnabled
253253
{
254-
return NO;
254+
return [self newArchEnabled];
255255
}
256256

257257
#pragma mark - RCTComponentViewFactoryComponentProvider

0 commit comments

Comments
 (0)