konten uri bereaksi fs asli

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

console.log(await RNFS.stat(destPath);
Evil Eel