Closed atlanteh closed 7 years ago
false alarm. it was react-native-debugger.
https://github.com/jhen0409/react-native-debugger/issues/60 I confirmed it not related to debug mode, should reopen this?
I'm opening. Thx!
The PR already merged 👍 you can now install the package from branch issue-306
.
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