Added icon

This commit is contained in:
michael
2026-01-22 14:09:29 -08:00
parent d05c02f556
commit 874a25d7e4
5 changed files with 176 additions and 13 deletions

21
eas.json Normal file
View File

@@ -0,0 +1,21 @@
{
"cli": {
"version": ">= 16.28.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {}
}
}