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
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:
expo-file-dl/src/index.ts
Line 148 in 5c98fe8