From 2bf6a03d563450409be71b4076e5d26982d29b6c Mon Sep 17 00:00:00 2001 From: aAbed <39409020+TheAabedKhan@users.noreply.github.com> Date: Mon, 4 Sep 2023 10:33:50 +0545 Subject: [PATCH] fix: back button closing the app from any page --- android/app/src/main/AndroidManifest.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 85483241..08e9e77c 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -25,8 +25,7 @@ android:icon="@mipmap/ic_launcher" android:largeHeap="true" android:requestLegacyExternalStorage="true" - android:extractNativeLibs="true" - android:enableOnBackInvokedCallback="true"> + android:extractNativeLibs="true">