hw-1

react native - undefine property now in file

react native - undefine property now in file

1
2
3
4
5
6
vim react-native/Libraries/Utilities/createPerformanceLogger.js
modify
export const getCurrentTimestamp: () => number =
global.nativeQPLTimestamp ?? global.performance.now.bind(global.performance);
to
export const getCurrentTimestamp: () => number = Date.now