You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I have been trying to add zoom-in in the carousel, using some other libraries, and it's an extreme pain, because you have to deal with a lot of problems related to the gestures.
For example, I have a Modal, which contains a ScrollView, which inside it I have the Carousel.
If I add the zoom feature inside that, something is always broken.
Considering that this library has the whole gesture knowledge, it may be more simple to implement this feature here, and adding some prop like allowZoom, so we allow the user to zoom in the elements inside.
To sum up, the idea is to get something similar as it's implemented on Instagram, where you can move the carousel items, but also you can zoom in the photos.
Describe the solution you'd like
The instagram carousel behaviour.
Describe alternatives you've considered
I had a LOOOONG talk with ChatGPT, trying different alternatives, and most of them are too complex or too buggy
Additional context
No addition context.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I have been trying to add zoom-in in the carousel, using some other libraries, and it's an extreme pain, because you have to deal with a lot of problems related to the gestures.
For example, I have a Modal, which contains a ScrollView, which inside it I have the Carousel.
If I add the zoom feature inside that, something is always broken.
Considering that this library has the whole gesture knowledge, it may be more simple to implement this feature here, and adding some prop like
allowZoom
, so we allow the user to zoom in the elements inside.To sum up, the idea is to get something similar as it's implemented on Instagram, where you can move the carousel items, but also you can zoom in the photos.
Describe the solution you'd like
The instagram carousel behaviour.
Describe alternatives you've considered
I had a LOOOONG talk with ChatGPT, trying different alternatives, and most of them are too complex or too buggy
Additional context
No addition context.
The text was updated successfully, but these errors were encountered: