fwestling-lor
Results
2
comments of
fwestling-lor
Same as ugglr, it was working fine on RN 0.66.4 but upgrading to 0.70 caused it to stop working; same fetch request (uploading a file using FormData) works fine on...
For me, I was able to fix this by adding a mime-type of the file to the upload (wasn't required previously or on iOS): ```ts const chunk = { uri:...