We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bfbb62 commit 30c60c6Copy full SHA for 30c60c6
1 file changed
apps/polycentric/app.config.ts
@@ -20,7 +20,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
20
ios: {
21
icon: {
22
dark: './src/common/assets/images/app-icons/ios-icon-dark.png',
23
- light: './src/common/assets/images/app-icons/ios-icon-light.png',
+ light: './src/common/assets/images/app-icons/ios-icon-default.png',
24
tinted: './src/common/assets/images/app-icons/ios-icon-monochrome.png',
25
},
26
supportsTablet: true,
0 commit comments