Home
last modified time | relevance | path

Searched refs:Schema (Results 1 – 8 of 8) sorted by relevance

/expo/packages/@expo/cli/src/api/
H A DgetExpoSchema.ts10 export type Schema = any; alias
16 const schemaJson: { [sdkVersion: string]: Schema } = {};
20 async function getSchemaAsync(sdkVersion: string): Promise<Schema> {
34 const visit = (node: Schema, fieldPath: string) => {
50 async function getSchemaJSONAsync(sdkVersion: string): Promise<{ schema: Schema }> {
/expo/packages/expo-task-manager/ios/EXTaskManager/
H A DEXTaskService.m17 // Table of registered tasks. Schema: { "<appId>": { "<taskName>": EXTask } }
20 // Dictionary with app records of running background apps. Schema: { "<appId>": EXAppRecordInterfac…
23 // MapTable with task managers of running (foregrounded) apps. Schema: { "<appId>": EXTaskManagerIn…
30 // Schema: { "<appId>": [<eventBodies...>] }
33 // Storing events per app. Schema: { "<appId>": [<eventIds...>] }
473 * Schema: {
/expo/ios/versioned/sdk47/EXTaskManager/EXTaskManager/
H A DABI47_0_0EXTaskService.m17 // Table of registered tasks. Schema: { "<appId>": { "<taskName>": ABI47_0_0EXTask } }
20 // Dictionary with app records of running background apps. Schema: { "<appId>": ABI47_0_0EXAppRecor…
23 // MapTable with task managers of running (foregrounded) apps. Schema: { "<appId>": ABI47_0_0EXTask…
30 // Schema: { "<appId>": [<eventBodies...>] }
33 // Storing events per app. Schema: { "<appId>": [<eventIds...>] }
473 * Schema: {
/expo/ios/versioned/sdk49/EXTaskManager/EXTaskManager/
H A DABI49_0_0EXTaskService.m17 // Table of registered tasks. Schema: { "<appId>": { "<taskName>": ABI49_0_0EXTask } }
20 // Dictionary with app records of running background apps. Schema: { "<appId>": ABI49_0_0EXAppRecor…
23 // MapTable with task managers of running (foregrounded) apps. Schema: { "<appId>": ABI49_0_0EXTask…
30 // Schema: { "<appId>": [<eventBodies...>] }
33 // Storing events per app. Schema: { "<appId>": [<eventIds...>] }
473 * Schema: {
/expo/ios/versioned/sdk48/EXTaskManager/EXTaskManager/
H A DABI48_0_0EXTaskService.m17 // Table of registered tasks. Schema: { "<appId>": { "<taskName>": ABI48_0_0EXTask } }
20 // Dictionary with app records of running background apps. Schema: { "<appId>": ABI48_0_0EXAppRecor…
23 // MapTable with task managers of running (foregrounded) apps. Schema: { "<appId>": ABI48_0_0EXTask…
30 // Schema: { "<appId>": [<eventBodies...>] }
33 // Storing events per app. Schema: { "<appId>": [<eventIds...>] }
473 * Schema: {
/expo/docs/pages/deploy/
H A Dapp-stores-metadata.mdx51 > For more information on properties that can be defined in **store.config.json**, see [Schema for …
/expo/docs/pages/build/
H A Deas-json.mdx169 #### Schema
/expo/docs/pages/eas/metadata/
H A Dschema.mdx2 title: Schema for EAS Metadata