Skip to content

react-native-gesture-image-viewer@1.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jul 13:25
· 22 commits to main since this release
4a86226

Patch Changes

  • 9e5a6bd: refactor(loop): replace timeout with event-driven loop animation

    • Remove hardcoded 300ms timeout dependency
    • Use onMomentumScrollEnd for accurate animation completion detection
    • Implement callback-based approach for better timing control
    • Handle user scroll interruption during loop transitions