Skip to content

Commit

Permalink
Make bridgeless the default when the New Arch is enabled (#42182)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cipolleschi authored and facebook-github-bot committed Jan 30, 2024
1 parent 8d710bf commit c91af77
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 c91af77

Please sign in to comment.