I made a system to help the company with a task work, and hopefully, be noticed to work with the development team.
One of the things that's mandatory for my project is its compatibility for mobile devices. The backend was made using Django, and I've created a API with the Django rest framework. I have tried to develop a React Native app that uses the API, but every time I try to use it I get the 401 error from Django/the API, and I can't find the mistake. What is the fix to this issue?
Thanks, Pedro