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
Starting with Android O, the DownloadProvider does not return URLs that reference a certain row by a long id, but rather provide the target file as a raw:/ style URL.
Therefore the current code rn-fetch-blob is prone to crashes when run on Android Oreo or Pie.
please provide the version of installed library and RN project.
0.10.13
a sample code snippet/repository is very helpful to spotting the problem.
already fixed that, see pull request
The text was updated successfully, but these errors were encountered:
mgeier63
added a commit
to mgeier63/rn-fetch-blob
that referenced
this issue
Oct 31, 2018
As reported here [iotaledger/trinity-wallet#517]
Starting with Android O, the
DownloadProvider
does not return URLs that reference a certain row by along
id, but rather provide the target file as araw:/
style URL.Therefore the current code rn-fetch-blob is prone to crashes when run on Android Oreo or Pie.
0.10.13
already fixed that, see pull request
The text was updated successfully, but these errors were encountered: