alwx / react-native-photo-view

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

View before PhotoView does not render #113

Open jjdp opened 6 years ago

jjdp commented 6 years ago

I have a view or any other text, image which I position using absolute before PhotoView since loadingIndicatorSource image does not display my local placeholder.

On Android, the "underlay" renders and then when the PhotoView renders the image from the remote source, it is on top of the "underlay" so it works fine.

On IOS the underlay does not render at all