You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
Hey everyone, I'm trying to get my app to download a file and open it with the default phone application, the simple fetch to get my file works however, as soon as i add this:
addAndroidDownloads : {useDownloadManager : true}
i get the following error : RNFetchBlob request error: TypeError: expected dynamic type 'string', but had type object'null
My code is below in case there's a mistake.
React Native version : 0.46.4
RN Fetch Blob version : 0.10.6