diff --git a/react/features/mobile/polyfills/browser.js b/react/features/mobile/polyfills/browser.js index 948a7f579..08b663799 100644 --- a/react/features/mobile/polyfills/browser.js +++ b/react/features/mobile/polyfills/browser.js @@ -399,7 +399,8 @@ function _visitNode(node, callback) { const perf = require('react-native-performance'); - global.performance = perf; + global.performance = perf.default; + global.performance.now = now; global.PerformanceObserver = perf.PerformanceObserver; // CallStats