UNPKG

@elemental-design/expo-notifications

Version:
7 lines (5 loc) 265 B
import { NotificationChannel } from './NotificationChannelManager.types'; export default async function getNotificationChannelsAsync(): Promise<NotificationChannel[]> { console.debug('Notification channels feature is only supported on Android.'); return []; }