Drew

Results 5 comments of Drew

I believe this is what `itemLayoutAnimation` is supposed to be for on Reanimated2's version of `FlatList`: https://github.com/software-mansion/react-native-reanimated/blob/main/src/reanimated2/component/FlatList.tsx#L26 So I'd expect something like this to work (instead of the `Animated.ScrollView`): ```tsx...

> I believe this is what `itemLayoutAnimation` is supposed to be for on Reanimated2's version of `FlatList`: https://github.com/software-mansion/react-native-reanimated/blob/main/src/reanimated2/component/FlatList.tsx#L26 > > So I'd expect something like this to work (instead of...

I recommend taking a look at this resource to help understand the performance characteristics of `FlatList` and what you can do to tweak/optimize for your use case: https://reactnative.dev/docs/optimizing-flatlist-configuration

Thanks @mattbfb - would you recommend I close this or leave it open for tracking purposes? Thanks again for the background - I'll use Flipper for the time being.

Hi @pdugan20! I'm curious, did you ever end up finding a solution for this? I'm encountering a similar need as this and curious if you found an approach that works....