const destPath = `${RNFS.TemporaryDirectoryPath}/${shortid.generate()}`; await RNFS.copyFile(selectedDocument.uri, destPath); console.log(await RNFS.stat(destPath);