We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e359c4 commit ce7dd53Copy full SHA for ce7dd53
Libraries/Utilities/PerformanceLogger.js
@@ -16,7 +16,9 @@ const performanceNow =
16
/* $FlowFixMe(>=0.54.0 site=react_native_oss) This comment suppresses an
17
* error found when Flow v0.54 was deployed. To see the error delete this
18
* comment and run Flow. */
19
- global.nativePerformanceNow || require('fbjs/lib/performanceNow');
+ global.nativeQPLTimestamp ||
20
+ global.nativePerformanceNow ||
21
+ require('fbjs/lib/performanceNow');
22
23
type Timespan = {
24
description?: string,
0 commit comments