[ReactNative] Fix shake gesture after RedBox is dismissed

This commit is contained in:
Alex Kotliarskyi
2015-03-11 16:34:38 -08:00
parent 50f77016bb
commit deae328610
+2
View File
@@ -104,6 +104,8 @@
- (void)dismiss
{
self.hidden = YES;
[self resignFirstResponder];
[[[[UIApplication sharedApplication] delegate] window] makeKeyWindow];
}
- (void)reload