ascoders / react-native-image-zoom

react native image pan and zoom
MIT License
639 stars 282 forks source link

Tab Bar Obscures Zoomed Image #74

Closed jwhiddent3 closed 5 years ago

jwhiddent3 commented 6 years ago

I've tried a few different things to try to 'push up' the zoomed image, but nothing is working. When you zoom in to an image, the display cannot be panned to the very bottom. If you try to scroll to the bottom, it immediately jumps back up, and the bottom of the image is hidden by the tab bar (react-navigation). Is there a way to make sure that the zoomable content is confined to above the tab bar?

dzek69 commented 5 years ago

you should provide correct cropHeight, it looks like you've just copied example code. calculate height without tab bar and provide it as cropHeight