DonghyunNa
DonghyunNa
@RashVenkat6795 I'm still working on it. I think suggestions in #30 are very helpful. I decide not to use this package, but get lots of motivation at here. And also...
how about using this way? ``` { this.setState({index: page}); } > {...} ```
I use both of RNFS and RNFetchBlob. I solved this problem with this solution ` var RNFS = require('react-native-fs'); import RNFetchBlob from 'rn-fetch-blob'; let downloadDest = `${RNFS.ExternalStorageDirectoryPath}/Download/123.jpg`; RNFetchBlob.config({ addAndroidDownloads: {...