DylanVann / react-native-fast-image

🚩 FastImage, performant React Native image component.
MIT License
8.17k stars 1.5k forks source link

🔥Support pinch to zoom #616

Open OmarBasem opened 4 years ago

OmarBasem commented 4 years ago

Having pinch to zoom on the JS side is very slow. Would be awesome if this library implements it on Native side.

augustbjornberg commented 4 years ago

Can't you simply put the image in a ScrollView, just like you would if you developed in true native?

sebqq commented 4 years ago

@augustbjornberg ScrollView's zoom is only available for iOS and there is no support on Android side.

augustbjornberg commented 4 years ago

Ah gotcha. I should have known that, nothing works properly on Android.

What about using this? At first glance it looks very capable and well maintained.

evanjmg commented 3 years ago

^ I looked at that and android is still blurry as no native work is done. Also it doesn't work as well as https://github.com/ascoders/react-native-image-zoom despite it's recent activity, typescript and other things going for it.

ghost commented 3 years ago

https://github.com/oblador/react-native-pinchable

Try this guys, works brilliantly for Instagram like zoom