alwx / react-native-photo-view

Pinch-to-zoom view for React Native (both iOS and Android)
MIT License
816 stars 435 forks source link

Fix issues with images not showing on second view on iOS #103

Closed lprhodes closed 6 years ago

lprhodes commented 6 years ago

The reason is because self.bounds is returning a width and height of 0 when setMaxMinZoomScalesForCurrentBounds is called which messed up all of the future calculations.

lprhodes commented 6 years ago

This may fix #90, #87 #84 and potentially also #92

alwx commented 6 years ago

Thank you @lprhodes! Merged.