Installation Guideline

Installing Expo (on Mobile)

You can install expo app on your device. This will help you with the live preview of application:
Playstore:- https://play.google.com/store/apps/details?id=host.exp.exponent&hl=en_IN&gl=US
AppStore:- https://apps.apple.com/us/app/expo-go/id982107779

Installing yarn (On PC)

Firstly install nodeJs: https://nodejs.org/en/
Install yarn: npm install --global yarn

To install all dependencies listed in package.json

yarn install

To add a new package

yarn add <package_name>

To remove a package listed in package.json

yarn remove <package_name>

To run application, in home directory of project, run the following command

expo start

After that, scan the given qr code in expo app, and enjoy developing apps 🙌