Skip to content

Commit

Permalink
Merge pull request #1027 from amgleitman/amgleitman/0.66-stable-cherr…
Browse files Browse the repository at this point in the history
…y-pick-1025

[0.66-stable cherry pick #1025] Make RCTBundleManager's bundleURL a strong property
  • Loading branch information
amgleitman committed Feb 17, 2022
2 parents 9e17bf4 + 8862ef5 commit 4bed389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion React/Base/RCTBridgeModule.h
Expand Up @@ -441,7 +441,7 @@ typedef NSURL * (^RCTBridgelessBundleURLGetter)(void);
andSetter:(RCTBridgelessBundleURLSetter)setter
andDefaultGetter:(RCTBridgelessBundleURLGetter)defaultGetter;
- (void)resetBundleURL;
@property NSURL *bundleURL;
@property (strong) NSURL *bundleURL;
@end

typedef RCTPlatformView * (^RCTBridgelessComponentViewProvider)(NSNumber *); // TODO(macOS GH#774)
Expand Down

0 comments on commit 4bed389

Please sign in to comment.