@@ -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
2718const 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+
3535const environment = process . env . EXPO_PUBLIC_APP_ENV || 'dev'
3636
3737// your custom fonts
0 commit comments