I'm encountering a network error while using Axios with React Native.
Previously, when working with React JS on the web, I could console log the error or response and see all the details. However, in Expo, all I get is "Axios error: Network error" when logging the error. How can I view the complete response similar to React web?
I have looked online for a solution but haven't found anything helpful.