Home
last modified time | relevance | path

Searched refs:policy (Results 1 – 25 of 88) sorted by relevance

1234

/expo/docs/pages/eas-update/
H A Druntime-versions.mdx23 ### `"sdkVersion"` runtime version policy
25 By default, we provide the `"sdkVersion"` runtime version policy after running `eas update:configur…
31 "policy": "sdkVersion"
41 ### `"appVersion"` runtime version policy (available in SDK 46 and higher)
49 "policy": "appVersion"
61 "policy": "appVersion"
80 ### `"nativeVersion"` runtime version policy
88 "policy": "nativeVersion"
100 "policy": "nativeVersion"
121 ### `"fingerprintExperimental"` runtime version policy (experimental)
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI48_0_0LayoutableShadowNode.cpp24 LayoutableShadowNode::LayoutInspectingPolicy policy) { in calculateTransformedFrames() argument
34 if (policy.includeTransform) { in calculateTransformedFrames()
89 LayoutInspectingPolicy policy) { in computeRelativeLayoutMetrics() argument
96 if (policy.includeTransform) { in computeRelativeLayoutMetrics()
166 ? calculateTransformedFrames(shadowNodeList, policy) in computeRelativeLayoutMetrics()
193 auto shouldApplyTransformation = (policy.includeTransform && !isRootNode) || in computeRelativeLayoutMetrics()
194 (policy.includeViewportOffset && isRootNode); in computeRelativeLayoutMetrics()
203 policy.includeTransform) { in computeRelativeLayoutMetrics()
H A DABI48_0_0LayoutableShadowNode.h64 LayoutInspectingPolicy policy);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI49_0_0LayoutableShadowNode.cpp25 LayoutableShadowNode::LayoutInspectingPolicy policy) { in calculateTransformedFrames() argument
35 if (policy.includeTransform) { in calculateTransformedFrames()
90 LayoutInspectingPolicy policy) { in computeRelativeLayoutMetrics() argument
100 if (policy.includeTransform) { in computeRelativeLayoutMetrics()
170 ? calculateTransformedFrames(shadowNodeList, policy) in computeRelativeLayoutMetrics()
203 auto shouldApplyTransformation = (policy.includeTransform && !isRootNode) || in computeRelativeLayoutMetrics()
204 (policy.includeViewportOffset && isRootNode); in computeRelativeLayoutMetrics()
213 policy.includeTransform) { in computeRelativeLayoutMetrics()
H A DABI49_0_0LayoutableShadowNode.h64 LayoutInspectingPolicy policy);
/expo/packages/@expo/config-plugins/src/utils/
H A DUpdates.ts87 } else if (runtimeVersion.policy === 'appVersion') {
89 } else if (runtimeVersion.policy === 'nativeVersion') {
91 } else if (runtimeVersion.policy === 'sdkVersion') {
96 } else if (runtimeVersion.policy === 'fingerprintExperimental') {
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI47_0_0LayoutableShadowNode.cpp36 LayoutInspectingPolicy policy) { in computeRelativeLayoutMetrics() argument
41 if (policy.includeTransform) { in computeRelativeLayoutMetrics()
116 auto shouldApplyTransformation = (policy.includeTransform && !isRootNode) || in computeRelativeLayoutMetrics()
117 (policy.includeViewportOffset && isRootNode); in computeRelativeLayoutMetrics()
126 if (i != 0 && policy.includeTransform) { in computeRelativeLayoutMetrics()
H A DABI47_0_0LayoutableShadowNode.h64 LayoutInspectingPolicy policy);
/expo/packages/@expo/config-types/src/
H A DExpoConfig.ts47 | { policy: 'nativeVersion' | 'sdkVersion' | 'appVersion' | 'fingerprintExperimental' };
479 | { policy: 'nativeVersion' | 'sdkVersion' | 'appVersion' | 'fingerprintExperimental' };
755 | { policy: 'nativeVersion' | 'sdkVersion' | 'appVersion' | 'fingerprintExperimental' };
/expo/packages/@expo/config-types/build/
H A DExpoConfig.d.ts44 policy: 'nativeVersion' | 'sdkVersion' | 'appVersion' | 'fingerprintExperimental';
474 policy: 'nativeVersion' | 'sdkVersion' | 'appVersion' | 'fingerprintExperimental';
750 policy: 'nativeVersion' | 'sdkVersion' | 'appVersion' | 'fingerprintExperimental';
/expo/packages/expo-dev-menu/ios/OverlayContainer/
H A DOverlayContainerSheetPresentationController.swift67 let policy = makeDismissalPolicy() variable
68 … if !presentedViewController.isBeingDismissed && policy.shouldDismiss(using: dismissalContext) {
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/CodeSigning/
H A DCertificateChain.swift153 … let trust = try SecTrust.create(certificates: secCertificates, policy: SecPolicyCreateBasicX509()) in validateChain()
179 static func create(certificates: [SecCertificate], policy: SecPolicy) throws -> SecTrust { in create()
181 let status = SecTrustCreateWithCertificates(certificates as AnyObject, policy, &optionalTrust) in create()
/expo/packages/@expo/config-plugins/src/utils/__tests__/
H A DUpdates-test.ts198 { version, runtimeVersion: { policy: 'nativeVersion' }, ios: { buildNumber } },
209 { version, runtimeVersion: { policy: 'appVersion' }, ios: { buildNumber } },
222 getRuntimeVersionAsync('', { runtimeVersion: { policy: 'unsupportedPlugin' } } as any, 'ios')
/expo/packages/expo-updates/ios/EXUpdates/CodeSigning/
H A DCertificateChain.swift152 … let trust = try SecTrust.create(certificates: secCertificates, policy: SecPolicyCreateBasicX509()) in validateChain()
178 static func create(certificates: [SecCertificate], policy: SecPolicy) throws -> SecTrust { in create()
180 let status = SecTrustCreateWithCertificates(certificates as AnyObject, policy, &optionalTrust) in create()
/expo/packages/@expo/config-plugins/build/utils/
H A DUpdates.js133 } else if (runtimeVersion.policy === 'appVersion') {
135 } else if (runtimeVersion.policy === 'nativeVersion') {
137 } else if (runtimeVersion.policy === 'sdkVersion') {
142 } else if (runtimeVersion.policy === 'fingerprintExperimental') {
H A DUpdates.js.map1policy","sdkVersion","getRuntimeVersionForSDKVersion","warn","createProjectHashAsync","stringify",…
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/CodeSigning/
H A DEXUpdatesCertificateChain.swift186 … let trust = try SecTrust.create(certificates: secCertificates, policy: SecPolicyCreateBasicX509()) in validateChain()
212 static func create(certificates: [SecCertificate], policy: SecPolicy) throws -> SecTrust { in create()
214 let status = SecTrustCreateWithCertificates(certificates as AnyObject, policy, &optionalTrust) in create()
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/CodeSigning/
H A DEXUpdatesCertificateChain.swift186 … let trust = try SecTrust.create(certificates: secCertificates, policy: SecPolicyCreateBasicX509()) in validateChain()
212 static func create(certificates: [SecCertificate], policy: SecPolicy) throws -> SecTrust { in create()
214 let status = SecTrustCreateWithCertificates(certificates as AnyObject, policy, &optionalTrust) in create()
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/SelectionPolicy/
H A DABI48_0_0EXUpdatesSelectionPolicyFactory.m12 * the same ordering policy.
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/SelectionPolicy/
H A DABI47_0_0EXUpdatesSelectionPolicyFactory.m12 * the same ordering policy.
/expo/packages/@expo/
H A DCHANGELOG.md9 - Add `appVersion` runtime policy. ([#18398](https://github.com/expo/expo/pull/18398) by [@wkozyra9…
/expo/.github/workflows/
H A Ddocs-pr-deploy.yml60 # Set bucket policy to public
61 …aws s3api put-bucket-policy --bucket docs.expo.dev-pr-${{ github.event.pull_request.number }} --po…
/expo/docs/pages/build-reference/
H A Dapp-versions.mdx92 …pdate and runtime policy set to `"runtimeVersion": { "policy": "nativeVersion" }`. For similar beh…
98 …cially if you are using `expo-updates` with an automatic runtime version policy. This marks the be…
106 …important if you are using EAS Update with the runtime policy set to `"runtimeVersion": { "policy"…
/expo/packages/expo-local-authentication/build/
H A DLocalAuthentication.types.js.map1policy rather than the [LAPolicyDeviceOwnerAuthentication](https://developer.apple.com/documentati…
/expo/docs/pages/regulatory-compliance/
H A Dprivacy-shield.mdx17 …vacy Shield (such as what data we collect, why, and how) in our [privacy policy](https://expo.dev/…

1234