react-native-photo-view
react-native-photo-view copied to clipboard
onLoadStart and onLoadEnd only works on Android
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.
I have same issue.
#127 fixed this issue.
Look my PR #122