software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
9.05k stars 1.31k forks source link

Cant find variable _setGlobalConsole_f with expo #2048

Closed yonjuukyuu closed 3 years ago

yonjuukyuu commented 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'], }; };

Started happening after i upgraded from version 1. something

github-actions[bot] commented 3 years ago

Issue validator

The issue is invalid!

brentvatne commented 3 years ago

update to expo sdk 41, sdk 40 uses rc version of reanimated that is very out of date

jmysliv commented 3 years ago

Duplicate of #1546