Quantcast
Channel: Active questions tagged react-native+typescript - Stack Overflow
Viewing all articles
Browse latest Browse all 6290

When i build expo apk not configured app.json and not show app icon and not working deep linking

$
0
0

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": {}  }}

Viewing all articles
Browse latest Browse all 6290

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>