i want to fetch my api in react native but react do not show my result,this api showing in postman but do not show in react native,after i change my api this works for me but do not show this api. my code is :
fetch('http://roomarket.ir/LlIi1/CT.php')
.then((response13) => response13.json())
.then((response3) => {
this.setState({Alert.alert(response3.ENtime)})
how do i fetch it in react native please help me