RNFetchBlob.config({ trusty: true }) .fetch( 'POST', 'https://yourAPI', { 'Content-Type': 'application/json', }, dataObj ) .then(res => console.log(res));