Hi,
Its working perfectly fine for image files but not working for pdf files
Code snippet

seems like its happening when there is a space between file name.
thanks in advance
Do you get the resolution for this issue? @hellokunji
It looks like would happen when uri be encoded and the string has %xx
one solution is to decodeURIComponent(uri) so RNFetchBlob can find the file
Most helpful comment
one solution is to decodeURIComponent(uri) so RNFetchBlob can find the file