Skip to content

Commit d2a0299

Browse files
author
Petr Konecny
committed
chore: debug
1 parent ef60625 commit d2a0299

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
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 detectedEnvironment = process.env.EXPO_PUBLIC_APP_ENV || 'dev'
3636

3737
// your custom fonts

0 commit comments

Comments
 (0)