Replies: 1 comment
-
I can see that your stackoverflow question got accepted answer so I am going to close this discussion. If you have more questions, fell free to re-open the discussion and ask. |
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.
-
I want to animate view in the list conditionally based on its position in the list. Here are the codes
As you see there is animated.view inside .map function. I want to animate the value based on its position in the array. I feel like this isn't the right way and its creating flickering issue upon release of drag, as you can see in this image below.
You can see full code and try here https://snack.expo.dev/k4EsyHF9j
What I can do to fix this?
https://stackoverflow.com/questions/77372996/react-native-reanimated-conditionally-animate-in-array
Beta Was this translation helpful? Give feedback.
All reactions