diff --git a/Libraries/Core/InitializeCore.js b/Libraries/Core/InitializeCore.js index 6e00fe10696..4b6cac529fe 100644 --- a/Libraries/Core/InitializeCore.js +++ b/Libraries/Core/InitializeCore.js @@ -100,7 +100,9 @@ if (!global.process.env.NODE_ENV) { const Systrace = require('Systrace'); Systrace.setEnabled(global.__RCTProfileIsProfiling || false); if (__DEV__) { - global.performance = Systrace.getUserTimingPolyfill(); + if (global.performance === undefined) { + global.performance = Systrace.getUserTimingPolyfill(); + } } // Set up console