I'm using Axios with React Native and I'm getting a network error.
On React JS(Web) when I used to console log the error or response I would get all the details but when I log the error on Expo I only see "Axios error: Network error". So how to see the full response like React web?
I searched around the web for solution but I couldn't find anything relevant.