We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85138c0 commit d3cb26cCopy full SHA for d3cb26c
packages/react-native/React/Base/RCTBridge.mm
@@ -380,10 +380,10 @@ - (instancetype)initWithDelegate:(id<RCTBridgeDelegate>)delegate
380
moduleProvider:(RCTBridgeModuleListProvider)block
381
launchOptions:(NSDictionary *)launchOptions
382
{
383
- // Only enabld this assertion in OSS
384
-#if COCOAPODS
385
- [RCTBridge throwIfOnLegacyArch];
386
-#endif
+ // Only enable this assertion in OSS
+//#if COCOAPODS
+// [RCTBridge throwIfOnLegacyArch];
+//#endif
387
388
if (self = [super init]) {
389
RCTEnforceNewArchitectureValidation(RCTNotAllowedInBridgeless, self, nil);
0 commit comments