Skip to content

Commit 842838a

Browse files
authored
Add edgeToEdgeEnabled property (#144)
1 parent 9b3f65f commit 842838a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

template/android/gradle.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ newArchEnabled=true
3737
# Use this property to enable or disable the Hermes JS engine.
3838
# If set to false, you will be using JSC instead.
3939
hermesEnabled=true
40+
41+
# Use this property to enable edge-to-edge display support.
42+
# This allows your app to draw behind system bars for an immersive UI.
43+
edgeToEdgeEnabled=false

0 commit comments

Comments
 (0)