Saumya

Results 3 comments of Saumya

Hey may I try giving another PR @akshitagupta15june

wrapping the config with addAndroidDownloads solved this for me: ``` const configfb = { addAndroidDownloads: { useDownloadManager: true, notification: true, mediaScannable: true, title: fileName, path: `${dirToSave}/${fileName}`, }, }; ```