Closed yonjuukyuu closed 3 years ago
Hi, "expo": "~40.0.0", react-native-reanimated": "^2.1.0",
Im getting this _setglobalConsole_f error as well for a while now, have try the reset cash and reinstalle modules noone seem to work, is there a workaround this yet ?
I do have the plugin in babel config too.
Babel.config.js module.exports = function(api) { api.cache(true); return { presets: ['babel-preset-expo'], plugins: ['react-native-reanimated/plugin'], }; };
module.exports = function(api) { api.cache(true); return { presets: ['babel-preset-expo'], plugins: ['react-native-reanimated/plugin'], }; };
Started happening after i upgraded from version 1. something
The issue is invalid!
update to expo sdk 41, sdk 40 uses rc version of reanimated that is very out of date
Duplicate of #1546
Hi, "expo": "~40.0.0", react-native-reanimated": "^2.1.0",
Im getting this _setglobalConsole_f error as well for a while now, have try the reset cash and reinstalle modules noone seem to work, is there a workaround this yet ?
I do have the plugin in babel config too.
Babel.config.js
module.exports = function(api) { api.cache(true); return { presets: ['babel-preset-expo'], plugins: ['react-native-reanimated/plugin'], }; };
Started happening after i upgraded from version 1. something