We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31aa09e commit f2c119aCopy full SHA for f2c119a
1 file changed
packages/react-native/Libraries/AppDelegate/RCTAppDelegate.h
@@ -58,12 +58,12 @@ NS_ASSUME_NONNULL_BEGIN
58
59
/// The window object, used to render the UViewControllers
60
@property (nonatomic, strong, nonnull) UIWindow *window;
61
-@property (nonatomic, strong, nullable) RCTBridge *bridge;
+@property (nonatomic, nullable) RCTBridge *bridge;
62
@property (nonatomic, strong, nullable) NSString *moduleName;
63
@property (nonatomic, strong, nullable) NSDictionary *initialProps;
64
@property (nonatomic, strong, nonnull) RCTRootViewFactory* rootViewFactory;
65
66
-@property (nonatomic, strong, nullable) RCTSurfacePresenterBridgeAdapter *bridgeAdapter;
+@property (nonatomic, nullable) RCTSurfacePresenterBridgeAdapter *bridgeAdapter;
67
68
69
/**
0 commit comments