notifications

This commit is contained in:
2022-10-20 15:29:49 +02:00
parent 89e6f806c3
commit b2d11ce5fa
6 changed files with 1081 additions and 2996 deletions

18
eas.json Normal file
View File

@@ -0,0 +1,18 @@
{
"cli": {
"version": ">= 2.4.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {}
},
"submit": {
"production": {}
}
}