expo-quest-notifications
Version:
A fork of [`expo-notifications`](https://github.com/expo/expo/tree/main/packages/expo-notifications) that provides two implementations: - The default `expo-notifications` for Android and iOS platforms. - A Meta Quest-compatible implementation that uses th
3 lines • 340 B
TypeScript
import { NotificationChannelGroup, NotificationChannelGroupInput } from './NotificationChannelGroupManager.types';
export default function setNotificationChannelGroupAsync(groupId: string, group: NotificationChannelGroupInput): Promise<NotificationChannelGroup | null>;
//# sourceMappingURL=setNotificationChannelGroupAsync.android.d.ts.map