diff --git a/ios/ReactNativeExceptionHandler.m b/ios/ReactNativeExceptionHandler.m
index e8bae91..56f63ef 100644
--- a/ios/ReactNativeExceptionHandler.m
+++ b/ios/ReactNativeExceptionHandler.m
@@ -199,10 +199,7 @@ void SignalHandler(int signal)
       [NSString stringWithFormat:
        NSLocalizedString(@"Signal %d was raised.", nil),
        signal]
-      userInfo:
-      [NSDictionary
-       dictionaryWithObject:[NSNumber numberWithInt:signal]
-       forKey:RNUncaughtExceptionHandlerSignalKey]]
+      userInfo:userInfo]
      waitUntilDone:YES];
 }