Delay delegate call until RN content is available

Reviewed By: javache

Differential Revision: D2557315

fb-gh-sync-id: 305350fa74821eec5537fbcf96896e46e929f28a
This commit is contained in:
Pawel Sienkowski 2015-10-28 08:46:49 -07:00 committed by facebook-github-bot-7
parent 4ac898fceb
commit 84a0874f0d
1 changed files with 0 additions and 1 deletions

View File

@ -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;