The monorepo for login applications using the Api laravel consumed with React Native, as a study purpose. 📱
Listed here are some of the main technologies used in the project:
- Clone this repo using
git clone https://github.com/MauricioSilv/react-native-with-laravel.git - Move yourself to the appropriate directory:
cd mobile - Run
yarnto install dependencies
- Move yourself to the backend folder:
cd api-laravel - Create a
.envfile and add your preferred database connection. - Run
composer installto install project dependencies. - Generate your application key
php artisan key:generate. - Run
php artisan migrate --seedto create the migrations and seedrs locate at in/database/seeds/UserSeeder.php. - Run
php artisan serveto start the server port8000.
- Move yourself to the mobile folder:
cd mobile - Run
yarn android(oriosif your prefer) to start the mobile app
yarn android command.
This project is licensed under the MIT License - see the LICENSE page for details.


