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

Great component! Here're some advices. #15

Open winglight opened 8 years ago

winglight commented 8 years ago

As far, I got it done with an APP roughly so it'll be better if the gallery provides features as followed:

  1. Image loading progress, please refer this: https://github.com/oblador/react-native-image-progress
  2. Support local image that's needed by caching function
  3. Provide other view model, like grid view(photo album) or thumbnails preview under big image(same as lightbox) Hope you guys have a roadmap or gimme some guides about how-to or shortcuts. TIA!
winglight commented 8 years ago

And there's another feature: 4. onSingleTapConfirmed, this event could bring the params like the position(x, y) on the screen or the gallery.

mrgoonie commented 7 years ago

And... there ain't responses 😃