A expo app to show deep linking concept and github login
- npm install
- npm run android
- download expo go app from playstore and then scan qr code
- Create a git hub app => https://github.com/settings/developers
- set redirectUri to the url of the app (shown when npm run android somthing line expo://............) => [applink]/--/home
- create file named environment.js and set variables as shown in environment.example.js
- re-start the app and test
you can naviagte to apps pages like [applink]/--/home for home and [applink]/--/about for about
head over to => https://docs.expo.dev/guides/deep-linking/ for more