Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Allow the user to zoom-in the photos #719

Open
BrodaNoel opened this issue Nov 16, 2024 · 1 comment
Open

[Feature Request] Allow the user to zoom-in the photos #719

BrodaNoel opened this issue Nov 16, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@BrodaNoel
Copy link
Contributor

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.

@BrodaNoel BrodaNoel added the enhancement New feature or request label Nov 16, 2024
@ClementBenezech
Copy link

Same here, I'm trying to replace react-native-image-zoom-viewer which allowed me to do just this with RNRC, and this is what I'm missing.

Still a very nice Library, but it would make it even better :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants