Skip to content

Commit f2c119a

Browse files
committed
fix: remove strong atribute from bridge and bridgeAdapter
1 parent 31aa09e commit f2c119a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react-native/Libraries/AppDelegate/RCTAppDelegate.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ NS_ASSUME_NONNULL_BEGIN
5858

5959
/// The window object, used to render the UViewControllers
6060
@property (nonatomic, strong, nonnull) UIWindow *window;
61-
@property (nonatomic, strong, nullable) RCTBridge *bridge;
61+
@property (nonatomic, nullable) RCTBridge *bridge;
6262
@property (nonatomic, strong, nullable) NSString *moduleName;
6363
@property (nonatomic, strong, nullable) NSDictionary *initialProps;
6464
@property (nonatomic, strong, nonnull) RCTRootViewFactory* rootViewFactory;
6565

66-
@property (nonatomic, strong, nullable) RCTSurfacePresenterBridgeAdapter *bridgeAdapter;
66+
@property (nonatomic, nullable) RCTSurfacePresenterBridgeAdapter *bridgeAdapter;
6767

6868

6969
/**

0 commit comments

Comments
 (0)