mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 11:34:23 +00:00
Cleanup initialization of native modules in FBReactModule
Reviewed By: shergin Differential Revision: D5111768 fbshipit-source-id: 9ad682b51ad34516576b6403220bb7d2870e0192
This commit is contained in:
parent
03e1f40c1e
commit
a2e589eb23
@ -25,6 +25,8 @@
|
||||
|
||||
- (instancetype)initWithDelegate:(id<RCTExceptionsManagerDelegate>)delegate;
|
||||
|
||||
@property (nonatomic, weak) id<RCTExceptionsManagerDelegate> delegate;
|
||||
|
||||
@property (nonatomic, assign) NSUInteger maxReloadAttempts;
|
||||
|
||||
@end
|
||||
|
@ -16,9 +16,6 @@
|
||||
#import "RCTRootView.h"
|
||||
|
||||
@implementation RCTExceptionsManager
|
||||
{
|
||||
__weak id<RCTExceptionsManagerDelegate> _delegate;
|
||||
}
|
||||
|
||||
@synthesize bridge = _bridge;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user