Skip to content

Commit cab8076

Browse files
fix: change iosBundleIdentifier
1 parent 719f102 commit cab8076

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ const appIconPath = './assets/icons/ios/icon-'
2121
export const APP_CONFIG = {
2222
androidPackageName: 'your_android_package_name', // CONFIG: Add your android package name here
2323
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
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
2626
isDev: process.env.IS_DEV === '1',
2727
isExpoGo: process.env.IS_EXPO_GO === '1',
2828
} as const

0 commit comments

Comments
 (0)