Pruthvirajcodewave
Results
2
comments of
Pruthvirajcodewave
For IOS inside your 'then' open the document. Please use below code .then(resp => { // console.log(resp); if (Platform.OS === "ios") { RNFetchBlob.ios.openDocument(resp.data); } })
Hi Epick362, were you able to solve this ? Even i have a similar requirement. I am not able to get the path of SD CARD ?