react-native-photo-view icon indicating copy to clipboard operation
react-native-photo-view copied to clipboard

Scale doesn't work

Open Tekosawa opened this issue 7 years ago • 2 comments

Scale parameter has no effect when I use it. I try with and without minimumZoomScale and no change.

<PhotoView scale={0.1} maximumZoomScale={8.0} showsHorizontalScrollIndicator={true} androidScaleType="fitCenter" showsVerticalScrollIndicator={true} onScale={(e) => this.disableSwitch(e, false)} onTap={(e) => this.disableSwitch(e, true)} source={{uri: this.props.source}} onLoad={(e) => null} style={{width: 300, height: 300}} >

Platform: Android Version: 0.56.0

Tekosawa avatar Aug 22 '18 18:08 Tekosawa

Same here, does work on IOS

zivchen avatar Apr 03 '19 14:04 zivchen

@zivchen you mean it is not working on iOS?

yestay90 avatar Aug 03 '20 14:08 yestay90