We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In ios device, image is not open proper image width format.
<PhotoView source={{ uri: props.uri }} minimumZoomScale={1} //scale={2.5} //onProgress={()=>console.log("Progress ....")} // loadingIndicatorSource={() => <ActivityIndicator animating={true} // size="large" color="#0000ff" />} maximumZoomScale={10} onLoad={() => props.onLoading()} onLoadEnd={() => props.onLoadingEnd()} style={{ borderWidth:1, borderColor:'red', width:null, height: props.height / props.width * Dimensions.get("window").width //height:props.height }} />
The text was updated successfully, but these errors were encountered:
Set following properties:
androidScaleType="fitCenter" style={{flex:1}} minimumZoomScale={1}
Sorry, something went wrong.
No branches or pull requests
In ios device, image is not open proper image width format.
<PhotoView
source={{ uri: props.uri }}
minimumZoomScale={1}
//scale={2.5}
//onProgress={()=>console.log("Progress ....")}
// loadingIndicatorSource={() => <ActivityIndicator animating={true}
// size="large" color="#0000ff" />}
maximumZoomScale={10}
onLoad={() => props.onLoading()}
onLoadEnd={() => props.onLoadingEnd()}
style={{
borderWidth:1,
borderColor:'red',
width:null,
height: props.height / props.width * Dimensions.get("window").width
//height:props.height
}} />
The text was updated successfully, but these errors were encountered: