alwx / react-native-photo-view

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

onLoadStart and onLoadEnd only works on Android #128

Open wwwdata opened 6 years ago

wwwdata commented 6 years ago

I noticed that the onLoadStart and onLoadEnd events are only going to be dispatched on android. Is this intended? I guess i can make an iOS fallback by using the loadingIndicatorSource but this behaviour is confusing if you have chosen to implement the loading indicator yourself with those 2 events.

alikemalcivelek commented 6 years ago

I have same issue.

alikemalcivelek commented 6 years ago

127 fixed this issue.

douglasjunior commented 6 years ago

Look my PR #122