mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-04 22:56:32 +08:00
Rename native event timeStamp to timestamp
Summary: It's called `timestamp` on iOS, making it consistent. Reviewed By: foghina Differential Revision: D3820937 fbshipit-source-id: 2805f1fc10d6445d8b31676e0e3dca348510ffe7
This commit is contained in:
committed by
Facebook Github Bot 3
parent
40baf6a5b9
commit
8aeeb4d6a0
@@ -149,7 +149,7 @@ public class RootViewTest {
|
||||
0.,
|
||||
"target",
|
||||
rootViewId,
|
||||
"timeStamp",
|
||||
"timestamp",
|
||||
(double) ts,
|
||||
"identifier",
|
||||
0.));
|
||||
@@ -186,7 +186,7 @@ public class RootViewTest {
|
||||
0.,
|
||||
"target",
|
||||
rootViewId,
|
||||
"timeStamp",
|
||||
"timestamp",
|
||||
(double) ts,
|
||||
"identifier",
|
||||
0.));
|
||||
|
||||
Reference in New Issue
Block a user