Skip to content

Commit 8a60942

Browse files
authored
feat: prepared to stores (#56)
1 parent 45e09ac commit 8a60942

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ android
4949
# Expo
5050
.expo
5151
dist/
52+
flavors/

assets/images/graphic_resource.png

1.25 MB
Loading

eas.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919
}
2020
},
2121
"submit": {
22-
"production": {}
22+
"production": {
23+
"ios": {
24+
"appleId": "abel.o.d@outlook.com",
25+
"appleTeamId": "4NQ8JC26HJ"
26+
},
27+
"android": {
28+
"track": "alpha"
29+
}
30+
}
2331
}
2432
}

0 commit comments

Comments
 (0)