Skip to content

Commit e99c8a2

Browse files
committed
feat(mobile): add Android notification small icon
Generate a white-on-transparent monochrome icon from the app foreground image and configure expo-notifications to use it with the brand yellow tint color.
1 parent e36035a commit e99c8a2

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

apps/mobile/app.config.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,13 @@ const config: ExpoConfig = {
6868
'expo-router',
6969
'expo-image',
7070
'expo-secure-store',
71-
'expo-notifications',
71+
[
72+
'expo-notifications',
73+
{
74+
icon: './assets/images/android-notification-icon.png',
75+
color: '#FAF74F',
76+
},
77+
],
7278
'expo-web-browser',
7379
[
7480
'@sentry/react-native/expo',
1.91 KB
Loading

0 commit comments

Comments
 (0)