mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-27 22:54:46 +08:00
Fix ModalFullScreenView's window not dismissing after being removed
This commit is contained in:
@@ -74,6 +74,7 @@ RCT_NOT_IMPLEMENTED(-initWithCoder:coder)
|
||||
[super didMoveToSuperview];
|
||||
|
||||
if (self.superview) {
|
||||
RCTAssert(self.reactViewController, @"Can't present modal view controller without a presenting view controller");
|
||||
[self.reactViewController presentViewController:_modalViewController animated:self.animated completion:nil];
|
||||
} else {
|
||||
[_modalViewController dismissViewControllerAnimated:self.animated completion:nil];
|
||||
|
||||
Reference in New Issue
Block a user