-
For iOS, everything works as expected. android 2024-12-30.14.16.49.moviOS 2024-12-30.14.17.20.movstyles const ITEM_HEIGHT = 150; const animatedStyle = useAnimatedStyle( I would greatly appreciate your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @EvgenMart! Have you tried adding this prop |
Beta Was this translation helpful? Give feedback.
Hey @EvgenMart!
Have you tried adding this prop
removeClippedSubviews={false}
to theFlatList
component? If it doesn't help, can you possibly share the entire implementation to test it out?