You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working with Material Top Tab navigator from React navigation where I am creating a Custom Tab bar which give me RN's Animated value as a prop called position and I want to convert this Animated value to reanimated's shared value which I am doing it like this,
and the value does update when I don't comment the bgColor which I get from the interpolation of the Animated's position from below code but it does not update when I comment it out
What I am trying to achieve is that I want to convert this Animated value to shared value for simplicity as I find animations easy with Reanimated, thank you for your help in advance 😁
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am working with Material Top Tab navigator from React navigation where I am creating a Custom Tab bar which give me RN's Animated value as a prop called position and I want to convert this Animated value to reanimated's shared value which I am doing it like this,
and the value does update when I don't comment the bgColor which I get from the interpolation of the Animated's position from below code but it does not update when I comment it out
What I am trying to achieve is that I want to convert this Animated value to shared value for simplicity as I find animations easy with Reanimated, thank you for your help in advance 😁
Beta Was this translation helpful? Give feedback.
All reactions