Skip to content

Commit 2ab259b

Browse files
committed
remove unnecessary bridgeless mode flag
1 parent 8fb4f9c commit 2ab259b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

example/ios/QuickSQLiteExample/AppDelegate.mm

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,4 @@ - (NSURL *)bundleURL
2424
#endif
2525
}
2626

27-
#ifdef RCT_NEW_ARCH_ENABLED
28-
- (BOOL)bridgelessEnabled
29-
{
30-
return YES;
31-
}
32-
#endif
33-
3427
@end

0 commit comments

Comments
 (0)