react-native-image-gallery icon indicating copy to clipboard operation
react-native-image-gallery copied to clipboard

Pure JavaScript image gallery component for iOS and Android with high-performance and native feeling in mind

Results 96 react-native-image-gallery issues
Sort by recently updated
recently updated
newest added

See https://medium.com/@baphemot/whats-new-in-react-16-3-d2c9b7b6193b and https://github.com/reactjs/rfcs/blob/master/text/0006-static-lifecycle-methods.md

* re-expose load events through gallery (all props were originally passed through in ldn0x7dc's implementation) * bind responders so TransformableImage can be used directly, they were resolving to the wrong...

Getting red screen when I use this component. ![screen shot 2018-01-24 at 10 59 06 am](https://user-images.githubusercontent.com/16566323/35351434-bb17b8c6-00f5-11e8-96b6-de6dfbf016e3.png) ``` import Gallery from 'react-native-image-gallery'; render() { return ( ); } ```

i would like to have an option to show image fit with view width instead of height so users don't have to double tap, fix the zoom and scroll down....

When having multiple images (more than 3) the scrolling to the correct position in the list after rotating the screen is not working correctly on android. With this fix, after...

According to the README, this module requires React Native 0.28+. But it's wrong. Since it uses FlatList, the module requires at least React Native 0.43. Any way to support previous...

when I set the initialPage,it will go wrong that show scrollToIndex out of range : undefined vs -1

Gallery should allow a prop extraData that shouldbe passed to FlatList FlatList has extraData prop as doucumented [here](https://facebook.github.io/react-native/docs/flatlist.html) so that it gets re-render

I wonder if this module support dynamic images? For eg, Flatlist, where support load more and refresh as well as appending urls to component. There is