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

renderImage is not passing to the component with 2.2.4 #268

Closed lauyilouis closed 5 years ago

lauyilouis commented 5 years ago
<ImageViewer
  renderImage={props => { console.log(props); }}
  imageUrls={imageUrls}
/>)

I pass the above props but it didn't failed or show the log. I think the renderImage props didn't pass to the component.