ihor / react-native-scalable-image

React Native Image component which scales width or height automatically to keep the original aspect ratio
https://www.npmjs.com/package/react-native-scalable-image
MIT License
315 stars 67 forks source link

does it work inside ScrollView? [not working] #13

Closed mezod closed 5 years ago

mezod commented 5 years ago

literally copied the example and it's not working for an image where height>width. Only possible reason is that it's inside a ScrollView?

ihor commented 5 years ago

Hey @mezod !

I've never seen such issue before. I've just tested with the latest version and it does work inside a ScrollView for me. Please let me know if you resolved this problem or found the reason.

Thanks!

mezod commented 5 years ago

I ended up doing a custom solution since I couldn't get it to work. Thanks though, if it worked for you I must have done something wrong, I'll just close this :) Cheers