Skip to content

Commit 4a86226

Browse files
chore(release): version packages (#54)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9e5a6bd commit 4a86226

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.changeset/bitter-beers-arrive.md

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

CHANGELOG.md

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

3+
## 1.6.1
4+
5+
### Patch Changes
6+
7+
- 9e5a6bd: refactor(loop): replace timeout with event-driven loop animation
8+
9+
- Remove hardcoded 300ms timeout dependency
10+
- Use onMomentumScrollEnd for accurate animation completion detection
11+
- Implement callback-based approach for better timing control
12+
- Handle user scroll interruption during loop transitions
13+
314
## 1.6.0
415

516
### Minor 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.0",
3+
"version": "1.6.1",
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)