mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
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
|
||||
|
||||
Reference in New Issue
Block a user