Closed
Description
React Native version: 0.60.5 and 0.59.3
Steps To Reproduce
- use fetch report error but worked on browser
Describe what you expected to happen:
res.json() work.
Snack, code example, screenshot, or link to a repository:
fetch('http://minisite.medtoday.com.cn/cycle/v-tipr-physician/getcolumnbycompanyid.php?company_id=1&parent_id=0').then(res => res.json())
.then(res => {
console.log(res);
})