Installation
Overview
This mobile application is built using React Native in conjunction with Expo, a powerful set of tools and services designed to simplify and accelerate the development of React Native projects.
Refer the link below for the official documentation of expo.
Pre-Requisites
- Git installed
- Node js 18 using nvm https://github.com/nvm-sh/nvm
- An IDE (preferably VS code)
Cloning Repository
The first step to clone the existing mobile-app repository is to copy one of the links either with SSH or HTTPS.
Initial setup
- To run the project we will first clone the mobile-app repository into the desired folder using the
git clone <Git url from gitlab>
command. - After this we open the terminal into this new cloned folder "mobile-app" using
cd mobile-app
- Install the dependencies using
npm install
command. - After the installation we can run the project using
npm start
command.
No Comments