The designs of the app have been picked from Dribbble, from the great works of Vishnu Prasad:
This is another self challenge to try and use RN skills learnt.
Move into the app
$ cd <app>
Start metro server on one tab
react-native start --port=8082
OR
yarn start --port=8082 --reset-cache
NB: Make sure you have a device connected e.g. Android phone
To check:
$ adb devices
List of devices attached
PY2MF5WQZCJ device # Physical device
Open another tab and run app on Android phone
npx react-native run-android --port=8082