error
Unable to find any solution to this query.
TypeError: global.performance.now is not a function
at node_modules/expo/build/logs/LogSerialization.js:156:14 in _captureConsoleStackTrace
at node_modules/expo/build/logs/LogSerialization.js:41:26 in serializeLogDataAsync
- ... 9 more stack frames from framework internals
make change to this file: node_modules/react-native-reanimated/src/reanimated2/core.ts Line 386, remove this:
global.performance = {
now: global._chronoNow,
};
then add this:
if(global.performance == null) {
global.performance = {
now: global._chronoNow,
};
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With