Learn how to set up deep linking with subdomains and custom URI schemes in your React Native and Flutter apps
http://
or https://
protocols that can open your app when clicked.myapp://
that are registered to your app.android/app/src/main/AndroidManifest.xml
file and add the following inside the <activity>
section:myapp://
. While HTTP/HTTPS deep links are generally recommended for production apps, custom URI schemes can be useful in specific scenarios or for backward compatibility.
android/app/src/main/AndroidManifest.xml
file and add the following inside the <activity>
section:adb
for Android testing: