Home
last modified time | relevance | path

Searched refs:registerForPushNotificationsAsync (Results 1 – 11 of 11) sorted by relevance

/expo/apps/native-component-list/src/api/
H A DregisterForPushNotificationsAsync.ts8 export default async function registerForPushNotificationsAsync() { function
/expo/apps/native-component-list/src/screens/
H A DNotificationScreen.tsx8 import registerForPushNotificationsAsync from '../api/registerForPushNotificationsAsync';
53 // Using the same category as in `registerForPushNotificationsAsync`
325 registerForPushNotificationsAsync();
/expo/docs/pages/push-notifications/
H A Dreceiving-notifications.mdx18 registerForPushNotificationsAsync().then(token => setExpoPushToken(token));
H A Dpush-notifications-setup.mdx81 async function registerForPushNotificationsAsync() {
127 registerForPushNotificationsAsync().then(token => setExpoPushToken(token));
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dnotifications.mdx78 registerForPushNotificationsAsync().then(token => setExpoPushToken(token));
128 async function registerForPushNotificationsAsync() {
/expo/docs/pages/versions/unversioned/sdk/
H A Dnotifications.mdx79 registerForPushNotificationsAsync().then(token => setExpoPushToken(token));
129 async function registerForPushNotificationsAsync() {
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dnotifications.mdx79 registerForPushNotificationsAsync().then(token => setExpoPushToken(token));
129 async function registerForPushNotificationsAsync() {
/expo/packages/expo-notifications/build/
H A DgetExpoPushTokenAsync.js.map1 …ns from 'expo-notifications';\n *\n * export async function registerForPushNotificationsAsync(user…
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dnotifications.mdx76 registerForPushNotificationsAsync().then(token => setExpoPushToken(token));
126 async function registerForPushNotificationsAsync() {
407 export async function registerForPushNotificationsAsync(userId: string) {
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dnotifications.mdx76 registerForPushNotificationsAsync().then(token => setExpoPushToken(token));
126 async function registerForPushNotificationsAsync() {
407 export async function registerForPushNotificationsAsync(userId: string) {
/expo/packages/expo-notifications/
H A DREADME.md432 export async function registerForPushNotificationsAsync(userId: string) {