UNPKG

react-native-permissions

Version:

An unified permissions API for React Native on iOS, Android and Windows

6 lines 386 B
import type { Contract } from './contract'; import type { NotificationOption, NotificationsResponse } from './types'; export declare function checkNotifications(): Promise<NotificationsResponse>; export declare function requestNotifications(options: NotificationOption[]): Promise<NotificationsResponse>; export declare const methods: Contract; //# sourceMappingURL=methods.ios.d.ts.map