lefoy
lefoy
@ashokkumar88 it is not required, I use it to keep track of the current displayed index. `onMomentumScrollEnd={(event, state) => this.setState({ currentIndex: state.index })}`
@ashokkumar88 My gallery also can have a very large number of images. To prevent memory errors, I'm only displaying the previous and next image in the swiper. I don't really...
This is still an issue. This library needs scanFile function like rnfetchblob https://github.com/wkh237/react-native-fetch-blob/wiki/File-System-Access-API#scanfilepathstringpromise-android-only. I currently need to use both libraries only for this function. PR #155 Added this function but...
PR #544 should solve this issue. Using this method I can save images to my gallery and see them immediately. Thank you for your quick reply @itinance .
@itinance can you please merge my PR?
I also have this issue, I guess it's just abandoned?