Saumya
Saumya
Hey may I try giving another PR @akshitagupta15june
> in VSCode, you can this helped!
wrapping the config with addAndroidDownloads solved this for me: ``` const configfb = { addAndroidDownloads: { useDownloadManager: true, notification: true, mediaScannable: true, title: fileName, path: `${dirToSave}/${fileName}`, }, }; ```
> working for me too, but I needed to update react native to 0.74 may i know what is your react native version and kotlinVersion ?