We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e09ac commit 8a60942Copy full SHA for 8a60942
.gitignore
@@ -49,3 +49,4 @@ android
49
# Expo
50
.expo
51
dist/
52
+flavors/
assets/images/graphic_resource.png
1.25 MB
eas.json
@@ -19,6 +19,14 @@
19
}
20
},
21
"submit": {
22
- "production": {}
+ "production": {
23
+ "ios": {
24
+ "appleId": "abel.o.d@outlook.com",
25
+ "appleTeamId": "4NQ8JC26HJ"
26
+ },
27
+ "android": {
28
+ "track": "alpha"
29
+ }
30
31
32
0 commit comments