mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
a26f20dc9a
commit
bccbf4d00a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user