expo-file-dl icon indicating copy to clipboard operation
expo-file-dl copied to clipboard

Download files to any folder and notify the user while the download is happening and when the download finishes

Results 13 expo-file-dl issues
Sort by recently updated
recently updated
newest added

Download finished message not showing in IOS when download pdf file. But It work fine in Android.

Am I missing something? I am running a managed Expo app, there is some information about react-native-unimodules but that is for Bare Expo and React Native apps. iOS Bundling failed...

This pull request fixes issue #20 allowing the package to be used on Expo SDK 44.

Hello, I don't have a physical Android device that's capable of installing newer versions of Android OS beyond 8. For Android 8 and 7, the downloadToFolder function works as expected:...

On Android the path to this is easy to see. What about on iOS? Need to look into that. Suggested here: https://github.com/kathawala/expo-file-dl-example/issues/7

I have simply download your example code and try to download a movie with a direct mp4 link. The download starts very Nice. but After some time its give me...

I need to add an authorization header to download the file with a http request This method has 3 parameters, but only 2 are exposed to the API: https://github.com/kathawala/expo-file-dl/blob/5c98fe8c459a411b030a6e691841a008c909728a/src/index.ts#L148

Make displaying downloading and download completed notification optional. For some us that would like to implement custom notification in our apps.

Hi, I'm using the downloadtofolder function to download several file types on IOS. When I download images, everything works great but when I download non image files, the notifications don't...

Android R / Expo 41 / the latest version of Expo Go all expect the user to use Android SAF on devices that are using Android R. Currently the library...