Skip to content

Commit

Permalink
Make bridgeless the default when the New Arch is enabled
Browse files Browse the repository at this point in the history
Summary:
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

Differential Revision: D52598104
  • Loading branch information
cipolleschi authored and facebook-github-bot committed Jan 8, 2024
1 parent 51b7c68 commit 3e5fa8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ - (BOOL)fabricEnabled

- (BOOL)bridgelessEnabled
{
return NO;
return [self newArchEnabled];
}

#pragma mark - RCTComponentViewFactoryComponentProvider
Expand Down

0 comments on commit 3e5fa8a

Please sign in to comment.