Mobile app based on Github API v4 (GraphQL) for fetching issue list of defined repostitory.
- node.js (v10.16.2)
- expo-cli
- yarn
- github personal access token
- Open github.com
- Go to Settings > Developer settings > Personal access tokens
- Generate a new one
- Copy it
- Clone the repostitory
- Install node.js
- Install yarn
- Install expo-cli
- Run following command in project directory:
yarn install
- In
src/shared/directory create a new fileconstants.tsand paste your github access token there like this:
export const AUTH_TOKEN = 'YOUR_ACCESS_TOKEN';- Run following command:
yarn start
Dima Miro d.miro.work@gmail.com
