diff --git a/Libraries/Utilities/PerformanceLogger.js b/Libraries/Utilities/PerformanceLogger.js index 23fcac795..203e24125 100644 --- a/Libraries/Utilities/PerformanceLogger.js +++ b/Libraries/Utilities/PerformanceLogger.js @@ -16,7 +16,9 @@ const performanceNow = /* $FlowFixMe(>=0.54.0 site=react_native_oss) This comment suppresses an * error found when Flow v0.54 was deployed. To see the error delete this * comment and run Flow. */ - global.nativePerformanceNow || require('fbjs/lib/performanceNow'); + global.nativeQPLTimestamp || + global.nativePerformanceNow || + require('fbjs/lib/performanceNow'); type Timespan = { description?: string,