AnimatedFlashList Header component animation bug #1369
Unanswered
saidbadalov1
asked this question in
Q&A
Replies: 1 comment
-
@saidbadalov1 Try creating your own AnimatedFlashList component const AnimatedFlashList = Animated.createAnimatedComponent<FlashListProps<Item>>(FlashList); |
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
-
my SearchCardGrid component
When I make the same animation with flatlist, there is no problem, but when I scroll in flashlist, the header opens and closes constantly and my animation does not work properly. When I scroll down, the header closes, but when I scroll up, the header opens and closes again.
Beta Was this translation helpful? Give feedback.
All reactions