Home
last modified time | relevance | path

Searched defs:applicationId (Results 1 – 9 of 9) sorted by relevance

/expo/packages/@expo/cli/src/start/platforms/
H A DPlatformManager.ts16 applicationId?: string | null; property
141 const applicationId = props.applicationId ?? (await this._getAppIdResolver().getAppIdAsync()); constant
/expo/packages/expo-application/build/
H A DApplication.d.ts30 export declare const applicationId: string | null; constant
H A DApplication.js42 export const applicationId = ExpoApplication constant
/expo/packages/@expo/cli/src/start/server/middleware/inspector/
H A DcreateJsInspectorMiddleware.ts13 const applicationId = searchParams.get('applicationId'); constant
/expo/packages/expo-notifications/build/
H A DTokens.types.d.ts91 applicationId?: string; property
/expo/packages/expo-application/src/
H A DApplication.ts47 export const applicationId: string | null = ExpoApplication constant
/expo/packages/expo-notifications/src/
H A DTokens.types.ts104 applicationId?: string; property
H A DgetExpoPushTokenAsync.ts70 const applicationId = options.applicationId || Application.applicationId; constant
/expo/packages/jest-expo/src/preset/
H A DexpoModules.js673 applicationId: { type: 'string' }, property