File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff 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
2618const 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+
3333const environment = process . env . EXPO_PUBLIC_APP_ENV || 'dev'
3434
3535// your custom fonts
You can’t perform that action at this time.
0 commit comments