From ae3f7e9802b9c6a8f426f58f2bbae32404c187fc Mon Sep 17 00:00:00 2001 From: Amit Uttam Date: Mon, 6 Jan 2020 17:02:24 -0300 Subject: [PATCH] Enable Deep Links for Android (#3762) #1805 enabled support for deep links for iOS. The link parsing mechanism remains the same for both platforms, but this commit enables registration of the URL scheme to the Android OS so that deep links can be accessed. --- android/app/src/main/AndroidManifest.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 2130ce5bf..1e1c3d564 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -36,6 +36,12 @@ + + + + + +