mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-26 23:06:03 +08:00
Call update bounds after transition (#175)
This commit is contained in:
@@ -240,6 +240,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
- (void) viewDidAppear:(BOOL)animated {
|
||||
[((RNSScreenView *)self.view) updateBounds];
|
||||
}
|
||||
|
||||
- (void)notifyFinishTransitioning
|
||||
{
|
||||
[_previousFirstResponder becomeFirstResponder];
|
||||
|
||||
Reference in New Issue
Block a user