Fix dependency peer warnings and align package versions for Expo Doctor compatibility

This commit is contained in:
2026-05-25 17:39:28 +02:00
parent 872e1ffc86
commit 5341649abe
4 changed files with 43 additions and 17 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"cli": {
"version": ">= 19.1.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {}
}
}