Call update bounds after transition (#175)

This commit is contained in:
Michał Osadnik
2019-10-09 09:25:20 +02:00
committed by GitHub
parent 7620c541da
commit b8dcda3f7a

View File

@@ -240,6 +240,10 @@
}
}
- (void) viewDidAppear:(BOOL)animated {
[((RNSScreenView *)self.view) updateBounds];
}
- (void)notifyFinishTransitioning
{
[_previousFirstResponder becomeFirstResponder];