diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..a7917eb --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1643665064548 + + + + + + \ No newline at end of file diff --git a/app.config.ts b/app.config.ts index 2a1d9e0..883353a 100644 --- a/app.config.ts +++ b/app.config.ts @@ -2,13 +2,14 @@ import "dotenv/config" export default { "expo": { - "name": "rumble", + "owner": "teamrumble", + "name": "Rumble", "slug": "rumble", "version": "1.0.0", "orientation": "portrait", - "icon": "./assets/icon.png", + "icon": "./assets/favicon.png", "splash": { - "image": "./assets/splash.png", + "image": "./assets/backgroundImage.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, @@ -19,13 +20,17 @@ export default { "**/*" ], "ios": { - "supportsTablet": true + "supportsTablet": true, + "bundleIdentifier": "com.TeamRumble.Rumble", + "buildNumber": "1.0.0" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#FFFFFF" - } + }, + "package": "com.TeamRumble.Rumble", + "versionCode": 1, }, "web": { "favicon": "./assets/favicon.png"