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
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - b71007c: fix: resolve state sync issue when modal reopens
8
+
9
+ - Fix controller state not updating when modal reopens
10
+ - Implement registry subscription pattern for manager lifecycle
11
+ - Add proper cleanup for manager instances on modal close
12
+ - Ensure external controller syncs with internal viewer state
13
+
14
+ Fixes issue where useImageViewerController would lose state when modal closes and reopens due to manager instance deletion
15
+
3
16
## 0.3.0
4
17
5
18
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-gesture-image-viewer" ,
3
- "version" : " 0.3.0 " ,
3
+ "version" : " 0.3.1 " ,
4
4
"description" : " react-native-gesture-image-viewer" ,
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