[ReactNative] Fix shake gesture after RedBox is dismissed
This commit is contained in:
parent
50f77016bb
commit
deae328610
|
@ -104,6 +104,8 @@
|
|||
- (void)dismiss
|
||||
{
|
||||
self.hidden = YES;
|
||||
[self resignFirstResponder];
|
||||
[[[[UIApplication sharedApplication] delegate] window] makeKeyWindow];
|
||||
}
|
||||
|
||||
- (void)reload
|
||||
|
|
Loading…
Reference in New Issue