Skip to content

Commit 3ac7627

Browse files
author
Petr Konecny
committed
chore: debug
1 parent 20dfce6 commit 3ac7627

File tree

2 files changed

+26
-15
lines changed

2 files changed

+26
-15
lines changed

app.config.ts

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@ declare const process: {
1515
}
1616

1717
// Template defaults uncomment if you are working on the template
18-
// const config = {
19-
// appIdentifierBase: 'com.strv.rntemplate',
20-
// expoProjectId: '46e1c780-9495-4650-93c8-7f465bf4e1d0',
21-
// expoProjectOwner: 'strv-internal',
22-
// appScheme: 'template-react-native-expo',
23-
// otaUpdateUrl: 'https://u.expo.dev/46e1c780-9495-4650-93c8-7f465bf4e1d0',
24-
// }
25-
26-
// Your project defaults
2718
const config = {
28-
appIdentifierBase: undefined,
29-
expoProjectId: undefined,
30-
expoProjectOwner: undefined,
31-
appScheme: '',
32-
otaUpdateUrl: '',
19+
appIdentifierBase: 'com.strv.rntemplate',
20+
expoProjectId: '46e1c780-9495-4650-93c8-7f465bf4e1d0',
21+
expoProjectOwner: 'strv-internal',
22+
appScheme: 'template-react-native-expo',
23+
otaUpdateUrl: 'https://u.expo.dev/46e1c780-9495-4650-93c8-7f465bf4e1d0',
3324
}
3425

26+
// Your project defaults
27+
// const config = {
28+
// appIdentifierBase: undefined,
29+
// expoProjectId: undefined,
30+
// expoProjectOwner: undefined,
31+
// appScheme: '',
32+
// otaUpdateUrl: '',
33+
// }
34+
3535
const environment = process.env.EXPO_PUBLIC_APP_ENV || 'dev'
3636

3737
// your custom fonts

eas.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,16 @@
4040
"environment": "production"
4141
}
4242
},
43-
"submit": {}
43+
"submit": {
44+
"staging": {
45+
"ios": {
46+
"ascAppId": "6670311845",
47+
"appleTeamId": "EAVQTDVRT7"
48+
},
49+
"android": {
50+
"track": "internal",
51+
"releaseStatus": "draft"
52+
}
53+
}
54+
}
4455
}

0 commit comments

Comments
 (0)