Replies: 7 comments 12 replies
-
in App.js
|
Beta Was this translation helpful? Give feedback.
-
Any idea what this warning means? Do I have to install Reanimated 2 or just ignore this warning? |
Beta Was this translation helpful? Give feedback.
-
i have the same warning, i only use animated from react native , please someone help me how to remove that warning ?? or do I need update to v2 ? thanks |
Beta Was this translation helpful? Give feedback.
-
I get this when I navigate from a stack navigator to a tab navigator. I am also not satisfied with just ignoring the warning. |
Beta Was this translation helpful? Give feedback.
-
For me, the issue was that I had a remote debugging session running. Closing the debugging session solved the problem. From the Expo Docs:
|
Beta Was this translation helpful? Give feedback.
-
I fixed this: #2445 |
Beta Was this translation helpful? Give feedback.
-
Hi guys, finally i solved this issue by install react-native-reanimated@alpha, do not use react-native-reanimated@next! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm upgrading an Expo app to SDK 41, and have this Reanimated 2 warning that I don't know how to remove:
My app is not using Reanimated (v1 or v2), apart from React-Navigation 4.x usage.
I tried to add the babel plugin last but it does not change anything, the warning remains here.
My babel config has envs so it's not 100% clear how to make the plugin appear last in such situation, but imho it should at least work fine for dev:
Any idea how to make this warning disappear?
Beta Was this translation helpful? Give feedback.
All reactions