Merge pull request #20225 from simontreny/master

[react-native] Fix type of NativeSyntheticEvent.timeStamp
This commit is contained in:
Eloy Durán
2017-10-03 11:26:40 +02:00
committed by GitHub

View File

@@ -365,7 +365,7 @@ interface NativeSyntheticEvent<T> {
preventDefault(): void
stopPropagation(): void
target: NodeHandle
timeStamp: Date
timeStamp: number
type: string
}