i woke up this morning with error in my project "Warning: this route is deprecated. see the updated documentation for improved compatibility and migration details.". How do i fix that? i am using laravel for backend and react expo for mobile app, the mobile app is completetly broken, users can not login anymore
TL;DR
A warning about a deprecated route appeared in the project. The issue affects a mobile app using Laravel for the backend and React Expo. The mobile app is broken, preventing users from logging in. Check the documentation for updates to fix the deprecated route problem.