wiliamtaesunglee / devFinder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

run:

npm install

then create e file on the project root and create a config.js

inside the file you need place this code:

const config = { redirectUrl: 'com.my.auth.app://oauthredirect', clientId: '', clientSecret: '', scopes: ['identity'], serviceConfiguration: { authorizationEndpoint: 'https://github.com/login/oauth/authorize', tokenEndpoint: 'https://github.com/login/oauth/access_token', revocationEndpoint: 'https://github.com/settings/connections/applications/' } };

export default config;

then you can run:

npx react-native run-android npx start

** if you see some error, run againd the comand:

npx reac-native run-android

About


Languages

Language:Objective-C 31.8%Language:Ruby 19.6%Language:Java 18.4%Language:JavaScript 16.8%Language:Starlark 13.4%