Here is my code and try eas buildI use this commandnpx eas build -p android --profile preview
I am trying to implement a deep link on Android. Please find below the SDK details.Deep linking is not working on android when the app but it is working use IP address on expo go
The app icon also not showing
App.json
{"expo": {"name": "Deep Linking","slug": "deep-linking","version": "1.0.1","orientation": "portrait","splash": {"image": "./assets/splash.png","resizeMode": "contain","backgroundColor": "#ffffff" },"updates": {"fallbackToCacheTimeout": 0 },"assetBundlePatterns": ["**/*"],"ios": {"supportsTablet": true,"bundleIdentifier": "com.nathvarun.deep-linking-youtube" },"android": {"package": "com.sjtest.app","intentFilters": [ {"action": "VIEW","autoVerify": true,"data": [ {"scheme": "merchants","host": "qaspoton.monexfintech.com" } ],"category": ["BROWSABLE", "DEFAULT"] } ],"adaptiveIcon": {"foregroundImage": "./assets/adaptive-icon.png","backgroundColor": "#FFFFFF" } },"web": {"favicon": "./assets/favicon.png" },"extra": {"eas": {"projectId": "14ae9d60-0012-43af-9ac3-cfe88f618d32" } } }}
eas.json
{"cli": {"version": ">= 3.1.1" },"build": {"preview": {"distribution": "internal","android": {"buildType": "apk" } },"preview2": {"android": {"gradleCommand": ":app:assembleDebug" },"distribution": "internal","developmentClient": false },"preview3": {"developmentClient": true },"production": {} },"submit": {"production": {} }}