Skip to content

Commit 324ee6a

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

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

.changeset/chatty-words-learn.md

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

CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 5a75405: feat: implement image zoom gestures with pinch, pan, and double-tap
8+
9+
- Add pinch gesture for zoom in/out with scale limits
10+
- Add pan gesture for moving zoomed images
11+
- Add double-tap gesture for zoom toggle
12+
- Include smooth animations with bezier easing
13+
- Support conditional gesture enabling
14+
315
## 0.1.0
416

517
### 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": "0.1.0",
3+
"version": "0.2.0",
44
"description": "react-native-gesture-image-viewer",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)