alwx / react-native-photo-view

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

onError support #52

Open loiclouvet opened 7 years ago

loiclouvet commented 7 years ago

Would be nice to see onError method support for Android: https://facebook.github.io/react-native/docs/image.html#onerror

modularity commented 7 years ago

Any status update on this request? Without an onError callback like the Image component offers, it's difficult to handle issues with the photo rendering.

jadbox commented 7 years ago

@modularity @loiclouvet I've created a pull request to add the functionality, however, it is untested. See https://github.com/alwx/react-native-photo-view/pull/112