From b82f7acb952292db88bff2046e4fa0a767366c31 Mon Sep 17 00:00:00 2001 From: dporwal-shipit Date: Thu, 25 Sep 2025 18:23:42 +0530 Subject: [PATCH] Update AndroidManifest.xml Added support for deeplinks in SI RN app. --- .../android/app/src/main/AndroidManifest.xml | 99 +++++++++++++++---- 1 file changed, 80 insertions(+), 19 deletions(-) diff --git a/smart_investing_react_native/android/app/src/main/AndroidManifest.xml b/smart_investing_react_native/android/app/src/main/AndroidManifest.xml index 68d5d968..ae4638cf 100644 --- a/smart_investing_react_native/android/app/src/main/AndroidManifest.xml +++ b/smart_investing_react_native/android/app/src/main/AndroidManifest.xml @@ -1,27 +1,88 @@ + - - - - - - - + android:icon="@mipmap/ic_launcher" + android:roundIcon="@mipmap/ic_launcher_round" + android:allowBackup="false" + android:theme="@style/AppTheme" + android:supportsRtl="true"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +