react-native-gesture-image-viewer@2.0.0-beta.2
Pre-release
Pre-release
·
7 commits
to main
since this release
Patch Changes
-
929579f: fix: remove key prop from list item children for better performance
- Remove key prop from View children when using FlatList/FlashList
- Keep key prop only for ScrollView children
- Improves FlashList performance by allowing proper item reuse
- Follows FlashList official performance guidelines
Refs: https://shopify.github.io/flash-list/docs/fundamentals/performance#remove-key-prop