agoyal0422
Results
1
comments of
agoyal0422
> You need to use the [`itemLayoutAnimation`](https://github.com/software-mansion/react-native-reanimated/blob/main/src/reanimated2/component/FlatList.tsx#L27) prop on the `Animated.FlatList`: > > ```tsx > // put this outside of render code > const layout = Layout.springify() > > itemLayoutAnimation={layout}...