1 parent 3f67179 commit b5ba7f1Copy full SHA for b5ba7f1
4 files changed
app.json
@@ -54,6 +54,12 @@
54
"experiments": {
55
"typedRoutes": true,
56
"reactCompiler": true
57
+ },
58
+ "extra": {
59
+ "router": {},
60
+ "eas": {
61
+ "projectId": "ab5e7b7b-eb2e-49f5-9a61-01529d4cae27"
62
+ }
63
}
64
65
eas.json
@@ -0,0 +1,23 @@
1
+{
2
+ "cli": {
3
+ "version": ">= 18.0.1",
4
+ "appVersionSource": "remote"
5
6
+ "build": {
7
+ "development": {
8
+ "developmentClient": true,
9
+ "distribution": "internal"
10
11
+ "preview": {
12
+ "android": {
13
+ "buildType": "apk"
14
15
16
+ "production": {
17
+ "autoIncrement": true
18
19
20
+ "submit": {
21
+ "production": {}
22
23
+}
0 commit comments