Link - https://mvpmatch.notion.site/Mobile-1-fb0490dde7d54d97b74ce497138eaecb
(Required npm and expo cli installed)
After cloning the project run:
npm install
And you are good to go.
After installation, run project with:
expo start
this will open up browser with a QR code, you should scan the QR code with your Expo Go app (for iOS users, download expo app and use native camera to scan the code)
Or, run on an emulated device by pressing (in the terminal which runs the expo start command) a - for an Android device i - for an iOS device
After installation, runt tests with:
npm test