File tree Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# react-native-gesture-image-viewer
2
2
3
+ ## 1.6.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 6639939: fix: remove key prop from list item children for better performance
8
+
9
+ - Remove key prop from View children when using FlatList/FlashList
10
+ - Keep key prop only for ScrollView children
11
+ - Improves FlashList performance by allowing proper item reuse
12
+ - Follows FlashList official performance guidelines
13
+
14
+ Refs: https://shopify.github.io/flash-list/docs/fundamentals/performance#remove-key-prop
15
+
3
16
## 1.6.3
4
17
5
18
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-gesture-image-viewer" ,
3
- "version" : " 1.6.3 " ,
3
+ "version" : " 1.6.4 " ,
4
4
"description" : " 🖼️ A highly customizable and easy-to-use React Native image viewer with gesture support and external controls" ,
5
5
"main" : " ./lib/module/index.js" ,
6
6
"types" : " ./lib/typescript/src/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments