Skip to content

Commit f6731d3

Browse files
chore(release): version packages (#72)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6639939 commit f6731d3

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

.changeset/tender-cows-flow.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# react-native-gesture-image-viewer
22

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+
316
## 1.6.3
417

518
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-gesture-image-viewer",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"description": "🖼️ A highly customizable and easy-to-use React Native image viewer with gesture support and external controls",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)