Skip to content

Commit

Permalink
[skip ci] Make bridgeless the default when the New Arch is enabled (f…
Browse files Browse the repository at this point in the history
…acebook#42182)

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

Reviewed By: cortinico

Differential Revision: D52598104
  • Loading branch information
cipolleschi authored and facebook-github-bot committed Jan 30, 2024
1 parent 8a8f74b commit e3e5825
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 e3e5825

Please sign in to comment.