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.
I'm using fetch-blob "fetch" polyfill.
When executing the following code in iOS, my server receives empty req.body:
fetch('http://myServer.com/test', {method: 'PATCH', body: {test: 1234}});
when I use POST, it's working fine.
versions
react-native: 0.42.3
react-native-fetch-blob: 0.10.4
The text was updated successfully, but these errors were encountered: