diff --git a/.changeset/tricky-hairs-tell.md b/.changeset/tricky-hairs-tell.md new file mode 100644 index 0000000..babed00 --- /dev/null +++ b/.changeset/tricky-hairs-tell.md @@ -0,0 +1,5 @@ +--- +"create-better-t-stack": patch +--- + +Enable edge-to-edge display for Android diff --git a/apps/cli/templates/frontend/native/app.json b/apps/cli/templates/frontend/native/app.json index 8b4dc14..3d89aa6 100644 --- a/apps/cli/templates/frontend/native/app.json +++ b/apps/cli/templates/frontend/native/app.json @@ -39,7 +39,8 @@ "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" }, - "package": "com.amanvarshney01.mybettertapp" + "package": "com.amanvarshney01.mybettertapp", + "edgeToEdgeEnabled": true } } }