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