ravikumarpvm

Results 3 comments of ravikumarpvm

RNFetchBlob.config({ trusty : true, timeout: 1000 }) .fetch(config.method,strings.API.BASE_URL+config.url,headers,JSON.stringify(config.data)) .then((res) => { console.log(`We got your Response string- ${res.text()}`); let data = {data:res.json()} success(data); }) .catch((err) => { console.log(`Whoopsy doodle! Error -...

is it related to ssl pinning? i am using UAT server and don't want to do ssl pinning. how i can track my error with " unexpected end of stream"....

**this code is working in development mode but not in release mode..**