Enable edge-to-edge display for Android

This commit is contained in:
Aman Varshney
2025-05-03 18:28:46 +05:30
parent ecc5790fc8
commit 7ecef29e8c
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"create-better-t-stack": patch
---
Enable edge-to-edge display for Android

View File

@@ -39,7 +39,8 @@
"foregroundImage": "./assets/adaptive-icon.png", "foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff" "backgroundColor": "#ffffff"
}, },
"package": "com.amanvarshney01.mybettertapp" "package": "com.amanvarshney01.mybettertapp",
"edgeToEdgeEnabled": true
} }
} }
} }