Skip to content

Commit b3bd4ce

Browse files
committed
(fix) android splash icon
1 parent 30c60c6 commit b3bd4ce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/polycentric/app.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
4848
[
4949
'expo-splash-screen',
5050
{
51-
image: './src/common/assets/images/PolycentricLogoTransparent1024.png',
51+
image:
52+
'./src/common/assets/images/app-icons/android-icon-foreground.png',
5253
imageWidth: 200,
5354
resizeMode: 'contain',
5455
backgroundColor: '#F2F5F9',

0 commit comments

Comments
 (0)