Replies: 2 comments 1 reply
-
@huextrat That's an excellent idea! I completely agree that a looping feature for image navigation would be a fantastic addition to this package. I'll definitely prioritize working on this soon and aim to get it in an upcoming update! Thanks so much for the great suggestion! |
Beta Was this translation helpful? Give feedback.
1 reply
-
@huextrat This feature is available in v1.6.0 <GestureViewer
enableLoop={true} // Enable loop mode
data={images}
renderItem={renderItem}
/>;
const { goToNext, goToPrevious } = useGestureViewerController();
// Now supports loop transitions when enableLoop is true |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A
loop
feature would be awesome to complete this package.When I'm looking at the last image and still slide to see a next image the viewer loop to show the first image and it works in reverse also
Is it planned ? @saseungmin
Beta Was this translation helpful? Give feedback.
All reactions