This is a sub project for my Campus-Material-Library-Management-System(https://github.com/razorisuru/Campus-Material-Library-Management-System). I created a login and register functions for mobile using React-Native.
-
Clone the CMLM app api test branch and this project
git clone https://github.com/razorisuru/Campus-Material-Library-Management-System/tree/app-api-testing git clone https://github.com/razorisuru/react-native-auth-laravel-backend
-
Install dependencies
yarn install && yarn dev #OR npm install && npm run dev
-
Build the application
npm run build npm run dev
-
Serve the app in dev using expo
npm start