Web server to test deep link
npm i
Update public/.well-know/assetlinks.json
with android applications package id and sha256 signature. You can obtain it by running the below command provided EAS (Expo application services). The command will prompt you to select a build profile. Select development
.
npx eas credentials --android
Replace package_name
and sha256_cert_fingerprints
placeholder values with credentials obtained from running the above command.
You need ngrok to expose your local server to internet.
brew install ngrok
Start node server
npx nodemon
Start ngrok tunnel
ngrok http 3000 # expose local server to world wide web