Add <Modal /> component

Summary:
Create Modal component that can be used to present content modally.
This commit is contained in:
Alex Akers
2015-07-28 07:31:26 -07:00
parent f53c95c743
commit 7d19ff3dcb
14 changed files with 359 additions and 8 deletions

View File

@@ -261,7 +261,7 @@ RCT_NOT_IMPLEMENTED(-initWithCoder:(NSCoder *)aDecoder)
{
super.frame = frame;
if (self.reactTag && _bridge.isValid) {
[_bridge.uiManager setFrame:frame forRootView:self];
[_bridge.uiManager setFrame:frame forView:self];
}
}