diff --git a/frontend/app.json b/frontend/app.json index 187cecc1..83d34575 100644 --- a/frontend/app.json +++ b/frontend/app.json @@ -1,7 +1,7 @@ { "expo": { - "name": "instagram", - "slug": "instagram", + "name": "crgram", + "slug": "crgram", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/logo.png", @@ -18,7 +18,7 @@ ], "android": { "useNextNotificationsApi": true, - "package": "com.instagram.simcoder", + "package": "com.crgam.app", "googleServicesFile": "./google-services.json", "config": { "googleSignIn": { @@ -29,7 +29,7 @@ "ios": { "buildNumber": "1.0.0", "supportsTablet": true, - "bundleIdentifier": "com.instagram.simcoder", + "bundleIdentifier": "com.crgam.app", "config": { "googleSignIn": { "reservedClientId": "****" @@ -42,4 +42,4 @@ "favicon": "./assets/logo.png" } } -} \ No newline at end of file +}