[ReactNative] Fix shake gesture after RedBox is dismissed

This commit is contained in:
Alex Kotliarskyi 2015-03-11 17:02:42 -07:00
parent 50f77016bb
commit deae328610
1 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,8 @@
- (void)dismiss
{
self.hidden = YES;
[self resignFirstResponder];
[[[[UIApplication sharedApplication] delegate] window] makeKeyWindow];
}
- (void)reload