const result = await storage.getFileDownload('bucketId', 'fileId');
console.log(result, typeof result);
[] object
TL;DR
Developers are facing issues with React Native SDK's getFileDownload in an Android app, as it always returns an empty object. They are unsure if the download is happening or not as no browser is involved and the logic is triggered by a button click in the app.