Relative Content

Tag Archive for javascriptreact-nativereact-hooksfetch-api

fetch api returning wrong data in react native

I am using the fetch api to get data in react native. I don’t know why but I am getting the wrong data back. When I check the api on postman and directly on google it returns the correct data but for some reason, for the same api it returns different or incomplete data in my app.