Skip to content

Commit

Permalink
Fix external components layout
Browse files Browse the repository at this point in the history
  • Loading branch information
yogevbd committed Feb 2, 2020
1 parent b4a5a10 commit 1961181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ios/RNNExternalViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ - (UINavigationItem *)navigationItem {
}

- (void)loadView {
self.view = [UIView new];
self.view = [[UIView alloc] initWithFrame:UIScreen.mainScreen.bounds];
}

- (void)render {
Expand Down

0 comments on commit 1961181

Please sign in to comment.