There was an error while loading. Please reload this page.
1 parent 719f102 commit cab8076Copy full SHA for cab8076
1 file changed
app.config.ts
@@ -21,8 +21,8 @@ const appIconPath = './assets/icons/ios/icon-'
21
export const APP_CONFIG = {
22
androidPackageName: 'your_android_package_name', // CONFIG: Add your android package name here
23
appName: 'your_app_name', // CONFIG: Add your app name here
24
- easProjectId: 'your _eas_project_id', // CONFIG: Add your eas project ID here
25
- iosBundleIdentifier: 'your_ios_bundle_identifier', // CONFIG: Add your ios bundle identifier here
+ easProjectId: 'your-eas-project-id', // CONFIG: Add your eas project ID here
+ iosBundleIdentifier: 'your.ios.bundle.identifier', // CONFIG: Add your ios bundle identifier here
26
isDev: process.env.IS_DEV === '1',
27
isExpoGo: process.env.IS_EXPO_GO === '1',
28
} as const
0 commit comments