Skip to content

react-native-gesture-image-viewer@0.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jul 08:55
· 69 commits to main since this release
57dd220

Patch Changes

  • b71007c: fix: resolve state sync issue when modal reopens

    • Fix controller state not updating when modal reopens
    • Implement registry subscription pattern for manager lifecycle
    • Add proper cleanup for manager instances on modal close
    • Ensure external controller syncs with internal viewer state

    Fixes issue where useImageViewerController would lose state when modal closes and reopens due to manager instance deletion