UNPKG

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

8 lines 399 B
import { DevicePushToken } from './Tokens.types'; /** * Returns a native FCM, APNs token or a [`PushSubscription` data](https://developer.mozilla.org/en-US/docs/Web/API/PushSubscription) * that can be used with another push notification service. * @header fetch */ export default function getDevicePushTokenAsync(): Promise<DevicePushToken>; //# sourceMappingURL=getDevicePushTokenAsync.d.ts.map