composeEmail = async () => { const file = await this.downloadCsv(); const res = await RNFetchBlob.fs.exists(file.path); if (res) {