react-native-photo-view icon indicating copy to clipboard operation
react-native-photo-view copied to clipboard

onLoadStart and onLoadEnd only works on Android

Open wwwdata opened this issue 7 years ago • 3 comments

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.

wwwdata avatar Dec 06 '17 10:12 wwwdata

I have same issue.

alikemalcivelek avatar Dec 18 '17 14:12 alikemalcivelek

#127 fixed this issue.

alikemalcivelek avatar Dec 19 '17 08:12 alikemalcivelek

Look my PR #122

douglasjunior avatar Feb 02 '18 12:02 douglasjunior