Home
last modified time | relevance | path

Searched defs:checkAutomatically (Results 1 – 17 of 17) sorted by relevance

/expo/packages/expo-updates/build/
H A DUpdates.d.ts26 export declare const checkAutomatically: UpdatesCheckAutomaticallyValue | null; constant
H A DUpdates.js35 export const checkAutomatically = _checkAutomaticallyMapNativeToJS[ExpoUpdates.checkAutomatically] … constant
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/
H A DUpdatesModule.swift34 …let checkAutomatically = updatesService?.config?.checkOnLaunch.asString ?? CheckAutomaticallyConfi… in definition() variable
/expo/packages/expo-updates/ios/EXUpdates/
H A DUpdatesModule.swift34 …let checkAutomatically = updatesService?.config?.checkOnLaunch.asString ?? CheckAutomaticallyConfi… in definition() variable
/expo/packages/expo-updates/src/
H A DUpdates.ts52 export const checkAutomatically: UpdatesCheckAutomaticallyValue | null = constant
/expo/home/
H A Dapp.json18 "checkAutomatically": "NEVER", string
/expo/android/app/src/main/assets/
H A Dkernel-manifest.json1 …ales":{},"privacy":"unlisted","updates":{"useClassicUpdates":true,"checkAutomatically":"ON_LOAD","… string
/expo/ios/Exponent/Supporting/
H A Dkernel-manifest.json1 …ales":{},"privacy":"unlisted","updates":{"useClassicUpdates":true,"checkAutomatically":"ON_LOAD","… string
/expo/packages/expo-updates/e2e/fixtures/
H A DUpdates.e2e.ts489 const checkAutomatically = await testElementValueAsync('checkAutomatically'); constant
/expo/packages/@expo/cli/src/api/__tests__/fixtures/
H A D44.0.0.json1 …id platform.","type":"object","meta":{"standaloneOnly":true},"properties":{"publishManifestPath":{…
H A DUNVERSIONED.json1 …id platform.","type":"object","meta":{"standaloneOnly":true},"properties":{"publishManifestPath":{…
/expo/docs/public/static/schemas/v47.0.0/
H A Dapp-config-schema.json1 …as a standalone app.","type":"string","meta":{"bareWorkflow":"To change the name of your app, edit…
/expo/docs/public/static/schemas/v46.0.0/
H A Dapp-config-schema.json1 …as a standalone app.","type":"string","meta":{"bareWorkflow":"To change the name of your app, edit…
/expo/docs/public/static/schemas/unversioned/
H A Dapp-config-schema.json1 …as a standalone app.","type":"string","meta":{"bareWorkflow":"To change the name of your app, edit…
/expo/docs/public/static/schemas/v48.0.0/
H A Dapp-config-schema.json1 …as a standalone app.","type":"string","meta":{"bareWorkflow":"To change the name of your app, edit…
/expo/docs/public/static/schemas/v49.0.0/
H A Dapp-config-schema.json1 …as a standalone app.","type":"string","meta":{"bareWorkflow":"To change the name of your app, edit…
/expo/packages/jest-expo/src/preset/
H A DexpoModules.js798 checkAutomatically: { type: 'string' }, property