Problem with axios requests

Hello everyone, I ran into the following problem. In the ReactNative course, a backend is given. And in the course itself, work comes with Apisauce for requests. When I try to use axios, the backend request fails or I get caught. The problem, as I understand it, is that Apisauce additionally wraps the request and the backend is configured to work with Apisauce. Is it possible to manually wrap additional axios requests to work with Apisauce or do I need to somehow correct the backend?

Isn’t apisauce just a wrapper for axios? I’m not sure what you mean about the backend being configured to work with apisauce.

I solved the problem. The fact is that apisauce adds the necessary heaaders to the request. And in axios heaaders need to be entered manually.