Round 3: Remove @synthesize bridge = _bridge from NativeModules

Reviewed By: fkgozali, ejanzer, mdvacca

Differential Revision: D25649765

fbshipit-source-id: 3ba6d977abce145039f6bdc581283c19445a1032
This commit is contained in:
Ramanpreet Nara
2020-12-19 05:59:22 -08:00
committed by Facebook GitHub Bot
parent a26f20dc9a
commit bccbf4d00a
2 changed files with 0 additions and 2 deletions
@@ -28,7 +28,6 @@ NSString *const RCTAccessibilityManagerDidUpdateMultiplierNotification =
@implementation RCTAccessibilityManager
@synthesize bridge = _bridge;
@synthesize viewRegistry_DEPRECATED = _viewRegistry_DEPRECATED;
@synthesize moduleRegistry = _moduleRegistry;
@synthesize multipliers = _multipliers;
@@ -31,7 +31,6 @@ using namespace facebook::react;
RCT_EXPORT_MODULE()
@synthesize bridge = _bridge;
@synthesize viewRegistry_DEPRECATED = _viewRegistry_DEPRECATED;
- (dispatch_queue_t)methodQueue