ldn0x7dc / react-native-gallery

A pure JavaScript image gallery component for react-native apps with common gestures like pan, pinch and doubleTap, supporting both iOS and Android.
331 stars 116 forks source link

Bring through the onLoad prop from react-native's normal Image component #30

Closed johnwiseheart closed 7 years ago

johnwiseheart commented 7 years ago

I'd like to be able to tell when the gallery is loading images, but not yet displaying them. Is there a way to do this?

johnwiseheart commented 7 years ago

Just saw there is a PR for this. My bad.