react-native-photo-view
react-native-photo-view copied to clipboard
Scale doesn't work
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
Same here, does work on IOS
@zivchen you mean it is not working on iOS?