mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-28 22:46:52 +08:00
[ReactNative] Fix shake gesture after RedBox is dismissed
This commit is contained in:
@@ -104,6 +104,8 @@
|
||||
- (void)dismiss
|
||||
{
|
||||
self.hidden = YES;
|
||||
[self resignFirstResponder];
|
||||
[[[[UIApplication sharedApplication] delegate] window] makeKeyWindow];
|
||||
}
|
||||
|
||||
- (void)reload
|
||||
|
||||
Reference in New Issue
Block a user