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 has been archived by the owner on Mar 16, 2019. It is now read-only.
When using an Android 4.x device to connect to a web server that only supports TLS 1.1 and greater, React-Native-Fetch-Blob is unable to download files and fails with an error.
This is similar to a problem faced (and fixed) by the core React Native team (facebook/react-native#7192).
I've patched React-Native-Fetch-Blob in a manner similar to the fix for the core project (which is pretty straightforward since both projects use OKHttp and will open a PR soon to resolve this issue.
The text was updated successfully, but these errors were encountered:
When using an Android 4.x device to connect to a web server that only supports TLS 1.1 and greater, React-Native-Fetch-Blob is unable to download files and fails with an error.
This is similar to a problem faced (and fixed) by the core React Native team (facebook/react-native#7192).
I've patched React-Native-Fetch-Blob in a manner similar to the fix for the core project (which is pretty straightforward since both projects use OKHttp and will open a PR soon to resolve this issue.
The text was updated successfully, but these errors were encountered: