Skip to content

Commit 819f3ae

Browse files
committed
Minor UI changes
1 parent d4056c0 commit 819f3ae

17 files changed

Lines changed: 230 additions & 258 deletions

apps/polycentric/app.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
3838
'./src/common/assets/images/app-icons/android-icon-foreground.png',
3939
monochromeImage:
4040
'./src/common/assets/images/app-icons/android-icon-monochrome.png',
41+
backgroundImage:
42+
'./src/common/assets/images/app-icons/android-icon-background.png',
4143
backgroundColor: '#F2F5F9',
4244
},
4345
package: ID,
@@ -48,8 +50,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
4850
[
4951
'expo-splash-screen',
5052
{
51-
image:
52-
'./src/common/assets/images/app-icons/android-icon-foreground.png',
53+
image: './src/common/assets/images/app-icons/ios-icon-default.png',
5354
imageWidth: 200,
5455
resizeMode: 'contain',
5556
backgroundColor: '#F2F5F9',

apps/polycentric/app/_layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export default function RootLayout() {
6969
if (!ready) {
7070
return;
7171
}
72+
console.log('app is ready?');
7273
void SplashScreen.hideAsync().catch(() => {});
7374
}, [ready]);
7475

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
229 KB
Loading
-5.58 KB
Loading
11.4 KB
Loading
24.6 KB
Loading

0 commit comments

Comments
 (0)