alwx / react-native-photo-view

Pinch-to-zoom view for React Native (both iOS and Android)
MIT License
816 stars 435 forks source link

Method to reset scale to 1 #100

Open VinceBT opened 6 years ago

VinceBT commented 6 years ago

There should be a method for instance setScale(value) in order to reset the scale of picture if needed.

enzo-vezzaro-eleva commented 6 years ago

Any solution yet?

ereenyessamhanna commented 5 years ago

any updates yet ?

punksta commented 5 years ago

implementation on android would pretty simple, java methods are already there

https://github.com/ongakuer/PhotoDraweeView/blob/master/photodraweeview/src/main/java/me/relex/photodraweeview/PhotoDraweeView.java#L106-L112