From 31535f8f2203ac55b8fcae0ce621598b8a64cc08 Mon Sep 17 00:00:00 2001 From: Mathieu Acthernoene Date: Thu, 26 Jun 2025 09:39:25 +0200 Subject: [PATCH] Add mention of ReactActivity in the edgeToEdgeEnabled comment --- template/android/gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/template/android/gradle.properties b/template/android/gradle.properties index 0781212..9afe615 100644 --- a/template/android/gradle.properties +++ b/template/android/gradle.properties @@ -40,4 +40,5 @@ hermesEnabled=true # Use this property to enable edge-to-edge display support. # This allows your app to draw behind system bars for an immersive UI. +# Note: Only works with ReactActivity and should not be used with custom Activity. edgeToEdgeEnabled=false