Axios request response 401 in React Native app, but working in Postman and browser?
Request failed with status code 401 this is the error that i am getting in my react native application in response to this api call const fetchData = async () => { try { const response = await axios.get(`${API_URL}/general-setting`, {…