I also did the design for this app myself and you can find it here.
Assuming that you have Node 12 LTS or greater installed, you can use npm/yarn to run the project
yarn install && yarn ios
or
npm i && npm run ios
The Access token is hard code in ./src/graphQLClint.ts
file