Do not enable bridgeless mode when RCT_NEW_ARCH_ENABLED=1 (#38690)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/38690

Bridgeless mode needs static view configs support. Let's not not enable it until this support is shipped to OSS.
Changelog: [Internal]

Reviewed By: cipolleschi

Differential Revision: D47913713

fbshipit-source-id: 207be574295455cc215f907803b596bf48dca88b
This commit is contained in:
Dmitry Rykun
2023-07-31 06:18:08 -07:00
committed by Facebook GitHub Bot
parent 682887587b
commit 1ba7bc0eb1
@@ -235,7 +235,7 @@ static NSString *const kRNConcurrentRoot = @"concurrentRoot";
- (BOOL)bridgelessEnabled
{
return YES;
return NO;
}
#pragma mark - New Arch Utilities