Delay delegate call until RN content is available
Reviewed By: javache Differential Revision: D2557315 fb-gh-sync-id: 305350fa74821eec5537fbcf96896e46e929f28a
This commit is contained in:
parent
4ac898fceb
commit
84a0874f0d
|
@ -260,7 +260,6 @@ RCT_NOT_IMPLEMENTED(- (instancetype)initWithCoder:(NSCoder *)aDecoder)
|
||||||
if ((self = [super initWithFrame:frame])) {
|
if ((self = [super initWithFrame:frame])) {
|
||||||
_bridge = bridge;
|
_bridge = bridge;
|
||||||
[self setUp];
|
[self setUp];
|
||||||
self.frame = frame;
|
|
||||||
self.layer.backgroundColor = NULL;
|
self.layer.backgroundColor = NULL;
|
||||||
}
|
}
|
||||||
return self;
|
return self;
|
||||||
|
|
Loading…
Reference in New Issue