mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Updating param flow type definition (#10558)
This commit is contained in:
committed by
Flarnie Marchan
parent
c282a8ef4f
commit
7f78749ee3
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user