ascoders / react-native-image-viewer

🚀 tiny & fast lib for react native image viewer pan and zoom
MIT License
2.45k stars 580 forks source link

image is too small #406

Closed lyuzhicheng closed 4 years ago

lyuzhicheng commented 4 years ago

image 为什么部分图显示的这么小?

lyuzhicheng commented 4 years ago

how to make small image expanded to top edge or left edge? i add this but still not work. renderImage={(prop) => { return ( <Image {...prop} resizeMode={"contain"}
/> ) }}

lyuzhicheng commented 4 years ago

displayed image is too small because of source image is too small; to solve this, when setState image, just set width && height as you expected;

image

lyuzhicheng commented 4 years ago

resolved.