Skip to content

Commit 1ab6e56

Browse files
author
Petr Konecny
committed
chore: temp config change
1 parent 4435751 commit 1ab6e56

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

app.config.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ 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-
// }
24-
25-
// Your project defaults
2618
const config = {
27-
appIdentifierBase: undefined,
28-
expoProjectId: undefined,
29-
expoProjectOwner: undefined,
30-
appScheme: '',
19+
appIdentifierBase: 'com.strv.rntemplate',
20+
expoProjectId: '46e1c780-9495-4650-93c8-7f465bf4e1d0',
21+
expoProjectOwner: 'strv-internal',
22+
appScheme: 'template-react-native-expo',
3123
}
3224

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

3535
// your custom fonts

0 commit comments

Comments
 (0)