mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-09 09:12:06 +08:00
Delay delegate call until RN content is available
Reviewed By: javache Differential Revision: D2557315 fb-gh-sync-id: 305350fa74821eec5537fbcf96896e46e929f28a
This commit is contained in:
committed by
facebook-github-bot-7
parent
4ac898fceb
commit
84a0874f0d
@@ -260,7 +260,6 @@ RCT_NOT_IMPLEMENTED(- (instancetype)initWithCoder:(NSCoder *)aDecoder)
|
||||
if ((self = [super initWithFrame:frame])) {
|
||||
_bridge = bridge;
|
||||
[self setUp];
|
||||
self.frame = frame;
|
||||
self.layer.backgroundColor = NULL;
|
||||
}
|
||||
return self;
|
||||
|
||||
Reference in New Issue
Block a user