- Go to Settings > Developer Settings > Personal access tokens > Tokens (classic)
- Create token with scopes
repo
,read:org
,gist
,read:packages
. - Save it to
token.txt
- Type in terminal:
gh auth login --with-token < token.txt
- Remove
token.txt
gh auth status
should show your account data
Building app with prebuilt artifacts (if hash of current hashes is in mappings.json
, otherwise it fallbacks to build from source)
npm i
npm run android