Skip to content

Commit e787dd0

Browse files
committed
[iOS] Removed autoresizing mask for modal host container view
1 parent a4cc519 commit e787dd0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: React/Views/RCTModalHostView.m

-2
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ - (void)insertReactSubview:(UIView *)subview atIndex:(NSInteger)atIndex
129129
[subview addGestureRecognizer:_menuButtonGestureRecognizer];
130130
}
131131
#endif
132-
subview.autoresizingMask = UIViewAutoresizingFlexibleHeight |
133-
UIViewAutoresizingFlexibleWidth;
134132

135133
[_modalViewController.view insertSubview:subview atIndex:0];
136134
_reactSubview = subview;

0 commit comments

Comments
 (0)