jobtoday / react-native-image-viewing

Tiny, purely TS, modal component for viewing images 🏙
https://exp.host/@antonkalinin/react-native-image-viewing
MIT License
880 stars 287 forks source link

Inconsistent double tap to zoom behavior #197

Open gaearon opened 1 year ago

gaearon commented 1 year ago

Thanks for a great library.

I've noticed that the "double tap to zoom" behavior was inconsistent between platforms — in particular, the manual calculations in the Android part were zooming in way too much compared to the iOS version.

I reimplemented these parts to be consistent in our fork https://github.com/bluesky-social/social-app/pull/1482, so wanted to share in case someone finds them useful.