Drew

Results 7 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....

Awesome thank you for the fix! I tried updating our app and noticed that Atlantis 1.26.0 was the most recent version published to CocoaPods: https://github.com/CocoaPods/Specs/blob/master/Specs/5/2/3/atlantis-proxyman/1.26.0/atlantis-proxyman.podspec.json Any chance we could get...

@naderabdalghani Could this be an issue w/ using NDK 28? From what I can tell, even the latest versions of RN are on NDK 27. Is there a specific reason...