Updating param flow type definition (#10558)

This commit is contained in:
Mitermayer Reis
2017-08-28 11:06:56 -07:00
committed by Flarnie Marchan
parent c282a8ef4f
commit 7f78749ee3

View File

@@ -100,7 +100,7 @@ var ReactNativeEventEmitter = {
_receiveRootNodeIDEvent: function(
rootNodeID: number,
topLevelType: string,
nativeEventParam: Object,
nativeEventParam: ?Object,
) {
var nativeEvent = nativeEventParam || EMPTY_NATIVE_EVENT;
var inst = ReactNativeComponentTree.getInstanceFromNode(rootNodeID);