Bereaksi Custom SSL Cer Native

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