Error: Reading from _value
directly is only possible on the UI runtime
#4496
Unanswered
jimgitonga
asked this question in
Q&A
Replies: 1 comment
-
Hey @jimgitonga, you're getting this error because you pass Reanimated animated style to React Native's Animated components which are not Reanimated components. Here's what you need to do: -import { Animated } from 'react-native';
+import Animated from 'react-native-reanimated'; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
below is is my code ,why am i getting that error when i run this code
Beta Was this translation helpful? Give feedback.
All reactions