We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14994cb commit 3b2cca1Copy full SHA for 3b2cca1
example/android/app/src/main/AndroidManifest.xml
@@ -2,7 +2,8 @@
2
<application
3
android:label="example"
4
android:name="${applicationName}"
5
- android:icon="@mipmap/ic_launcher">
+ android:icon="@mipmap/ic_launcher"
6
+ android:enableOnBackInvokedCallback="true">
7
<activity
8
android:name=".MainActivity"
9
android:exported="true"
0 commit comments