Skip to content

Commit bccbf4d

Browse files
RSNarafacebook-github-bot
authored andcommittedDec 19, 2020
Round 3: Remove @synthesize bridge = _bridge from NativeModules
Reviewed By: fkgozali, ejanzer, mdvacca Differential Revision: D25649765 fbshipit-source-id: 3ba6d977abce145039f6bdc581283c19445a1032
1 parent a26f20d commit bccbf4d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

‎React/CoreModules/RCTAccessibilityManager.mm

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ @interface RCTAccessibilityManager () <NativeAccessibilityManagerSpec>
2828

2929
@implementation RCTAccessibilityManager
3030

31-
@synthesize bridge = _bridge;
3231
@synthesize viewRegistry_DEPRECATED = _viewRegistry_DEPRECATED;
3332
@synthesize moduleRegistry = _moduleRegistry;
3433
@synthesize multipliers = _multipliers;

‎React/CoreModules/RCTActionSheetManager.mm

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ @implementation RCTActionSheetManager {
3131

3232
RCT_EXPORT_MODULE()
3333

34-
@synthesize bridge = _bridge;
3534
@synthesize viewRegistry_DEPRECATED = _viewRegistry_DEPRECATED;
3635

3736
- (dispatch_queue_t)methodQueue

0 commit comments

Comments
 (0)
Please sign in to comment.