This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Description
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