Searched defs:withNotificationsAndroid (Results 1 – 2 of 2) sorted by relevance
230 export const withNotificationsAndroid: ConfigPlugin<NotificationsPluginProps> = ( constant
177 const withNotificationsAndroid = (config, { icon = null, color = null, sounds = [] }) => { function