antonKalinin / react-native-image-view

Modal component to view images with zoom
https://expo.io/@antonkalinin/react-native-image-view
MIT License
325 stars 101 forks source link

react-native-image-view can't zoom #50

Open ping90750 opened 5 years ago

ping90750 commented 5 years ago

for android can't zoom out

jacquesdev commented 5 years ago

Hi @ping90750 - have you found a fix for this?

arabbott commented 5 years ago

I have similar issues...pinch to zoom has issues...but I dont think its anything associated with this lib. I think its related to this: https://github.com/facebook/react-native/issues/15059

ferndot commented 5 years ago

I am using this package with Expo on an Amazon Fire Tablet. Pinch to zoom nearly always glitches for me. It seems to get stuck when zooming in and one cannot zoom back out. Also, scrolling around the image while zoomed is very jumpy.

seraco commented 5 years ago

Zoom also doesn't work here.

magestein commented 5 years ago

same problem here

akhan118 commented 5 years ago

yeah same here, I had to uninstall .

jhoanborges commented 5 years ago

I fixed it using this version "react-native-image-view": "^2.1.1",

hemith commented 5 years ago

zoom doesn't work on background area zoom work on image area

When I get background area only by zoom-in I can't zoom-out. because zoom doesn't work on background area.

nirajniroula commented 4 years ago

I fixed it using this version "react-native-image-view": "^2.1.1",

Didn't work for me.

nirajniroula commented 4 years ago

Any solutions found for this problem? Zoom feature is not working well. Works well when I zoom in and out without removing my fingers. Trying to zoom in and removing the fingers, and again trying to zoom out leads further zoom in.

antonKalinin commented 4 years ago

Hey guys and sorry for long time not responding.

This repo has been abandoned a little bit but I have a good news: in my current company we needed the same functionality that this module provides so we completely rewrote it and made a lot of improvements. So there should be no more jumpy scrolling and finally zoom on Android works as expected! We also have optimised module it terms of performance for large lists of photos.

Please check it: https://github.com/jobtoday/react-native-image-viewing

The API is very close to this one so there shouldn't be a lot of problems to replace. There are still some features missing and we are planning to add it very soon.

Thanks a lot for using this module.