Skip to content

Commit

Permalink
fix: change iosBundleIdentifier
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszRostkowski committed Nov 3, 2022
1 parent 719f102 commit cab8076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const appIconPath = './assets/icons/ios/icon-'
export const APP_CONFIG = {
androidPackageName: 'your_android_package_name', // CONFIG: Add your android package name here
appName: 'your_app_name', // CONFIG: Add your app name 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
easProjectId: 'your-eas-project-id', // CONFIG: Add your eas project ID here
iosBundleIdentifier: 'your.ios.bundle.identifier', // CONFIG: Add your ios bundle identifier here
isDev: process.env.IS_DEV === '1',
isExpoGo: process.env.IS_EXPO_GO === '1',
} as const
Expand Down

0 comments on commit cab8076

Please sign in to comment.