UNPKG

@elemental-design/expo-notifications

Version:
9 lines (7 loc) 292 B
import { NotificationChannel } from './NotificationChannelManager.types'; export default async function getNotificationChannelAsync( channelId: string ): Promise<NotificationChannel | null> { console.debug('Notification channels feature is only supported on Android.'); return null; }