Home
last modified time | relevance | path

Searched refs:executionEnvironment (Results 1 – 25 of 53) sorted by relevance

123

/expo/packages/expo-linking/src/__tests__/
H A DSchemes-test.native.ts9 const executionEnvironment = Constants.executionEnvironment; constant
13 Constants.executionEnvironment = executionEnvironment;
19 Constants.executionEnvironment = ExecutionEnvironment.StoreClient;
69 const executionEnvironment = Constants.executionEnvironment; constant
73 Constants.executionEnvironment = executionEnvironment;
117 Constants.executionEnvironment = ExecutionEnvironment.Bare;
125 Constants.executionEnvironment = ExecutionEnvironment.Bare;
133 Constants.executionEnvironment = ExecutionEnvironment.Bare;
143 Constants.executionEnvironment = ExecutionEnvironment.Bare;
159 Constants.executionEnvironment = ExecutionEnvironment.Bare;
[all …]
H A DLinking-test.ts40 const executionEnvironment = Constants.executionEnvironment; constant
48 Constants.executionEnvironment = ExecutionEnvironment.StoreClient;
55 Constants.executionEnvironment = executionEnvironment;
79 Constants.executionEnvironment = ExecutionEnvironment.Bare;
86 Constants.executionEnvironment = executionEnvironment;
/expo/packages/expo-router/src/fork/__tests__/
H A DextractPathFromURL.test.ios.ts6 const originalExecutionEnv = Constants.executionEnvironment;
9 Constants.executionEnvironment = originalExecutionEnv;
47 Constants.executionEnvironment = exenv;
60 Constants.executionEnvironment = ExecutionEnvironment.Bare;
64 Constants.executionEnvironment = ExecutionEnvironment.StoreClient;
73 Constants.executionEnvironment = ExecutionEnvironment.Bare;
/expo/packages/expo-auth-session/src/__tests__/
H A DAuthSession-test.native.ts19 mockConstants({ executionEnvironment: ExecutionEnvironment.Bare }, manifestObj);
43 executionEnvironment: ExecutionEnvironment.Standalone,
66 executionEnvironment: ExecutionEnvironment.Standalone,
89 executionEnvironment: ExecutionEnvironment.Standalone,
117 executionEnvironment: ExecutionEnvironment.StoreClient,
141 executionEnvironment: ExecutionEnvironment.StoreClient,
174 executionEnvironment: ExecutionEnvironment.StoreClient, constant
H A DSessionUrlProvider-test.ts97 mockConstants({ executionEnvironment: execution }, manifestObj);
141 mockConstants({ executionEnvironment: ExecutionEnvironment.StoreClient }, manifestObj);
163 mockConstants({ executionEnvironment: ExecutionEnvironment.StoreClient }, manifestObj);
187 mockConstants({ executionEnvironment: ExecutionEnvironment.StoreClient }, manifestObj);
210 mockConstants({ executionEnvironment: ExecutionEnvironment.StoreClient }, manifestObj);
243 mockConstants({ executionEnvironment: execution }, manifestObj);
265 mockConstants({ executionEnvironment: execution }, manifestObj);
287 mockConstants({ executionEnvironment: execution }, manifestObj);
315 mockConstants({ executionEnvironment: execution }, manifestObj);
338 mockConstants({ executionEnvironment: execution }, manifestObj);
H A DAuthSession-test.ios.ts24 executionEnvironment: ExecutionEnvironment.Standalone,
/expo/apps/native-component-list/src/api/
H A Dguid.ts28 if (['storeClient', 'standalone'].includes(Constants.executionEnvironment)) {
36 } else if (Constants.executionEnvironment === 'bare') {
58 `No GUID available for executionEnvironment: ${Constants.executionEnvironment}`
/expo/packages/expo-linking/src/
H A DSchemes.ts8 if (Constants.executionEnvironment === ExecutionEnvironment.Bare) {
11 } else if (Constants.executionEnvironment === ExecutionEnvironment.Standalone) {
98 Constants.executionEnvironment !== ExecutionEnvironment.StoreClient &&
115 } else if (!__DEV__ || Constants.executionEnvironment !== ExecutionEnvironment.StoreClient) {
124 if (Constants.executionEnvironment === ExecutionEnvironment.StoreClient) {
/expo/packages/expo-linking/build/
H A DSchemes.js6 if (Constants.executionEnvironment === ExecutionEnvironment.Bare) {
10 else if (Constants.executionEnvironment === ExecutionEnvironment.Standalone) {
83 if (Constants.executionEnvironment !== ExecutionEnvironment.StoreClient &&
94 else if (!__DEV__ || Constants.executionEnvironment !== ExecutionEnvironment.StoreClient) {
100 if (Constants.executionEnvironment === ExecutionEnvironment.StoreClient) {
/expo/packages/expo-constants/src/__tests__/__snapshots__/
H A DConstants-test.ts.snap.ios3 exports[`manifest throws an error if manifest is falsey when Constants.executionEnvironment is stan…
5 exports[`manifest throws an error if manifest is falsey when Constants.executionEnvironment is stor…
H A DConstants-test.ts.snap.android3 exports[`manifest throws an error if manifest is falsey when Constants.executionEnvironment is stan…
5 exports[`manifest throws an error if manifest is falsey when Constants.executionEnvironment is stor…
/expo/packages/expo-auth-session/src/
H A DSessionUrlProvider.ts57 if (Constants.executionEnvironment === ExecutionEnvironment.Bare) {
60 } else if (Constants.executionEnvironment === ExecutionEnvironment.StoreClient) {
89 (ExecutionEnvironment.StoreClient === Constants.executionEnvironment ||
/expo/packages/expo-auth-session/build/
H A DSessionUrlProvider.js46 if (Constants.executionEnvironment === ExecutionEnvironment.Bare) {
50 else if (Constants.executionEnvironment === ExecutionEnvironment.StoreClient) {
72 (ExecutionEnvironment.StoreClient === Constants.executionEnvironment ||
H A DAuthSession.js75 …utionEnvironment.Standalone, ExecutionEnvironment.Bare].includes(Constants.executionEnvironment)) {
/expo/packages/expo-router/src/link/
H A Dlinking.ts34 if (url && Constants.executionEnvironment === ExecutionEnvironment.StoreClient) {
74 if (Constants.executionEnvironment === ExecutionEnvironment.StoreClient) {
/expo/packages/expo-router/src/head/
H A DExpoHeadModule.native.ts6 if (Constants.executionEnvironment === ExecutionEnvironment.Bare) {
/expo/packages/expo-constants/build/
H A DConstants.js183 if (nativeConstants.executionEnvironment === ExecutionEnvironment.Bare &&
189 else if (nativeConstants.executionEnvironment === ExecutionEnvironment.StoreClient ||
190 nativeConstants.executionEnvironment === ExecutionEnvironment.Standalone) {
/expo/packages/expo-constants/src/
H A DConstants.ts245 nativeConstants.executionEnvironment === ExecutionEnvironment.Bare &&
254 nativeConstants.executionEnvironment === ExecutionEnvironment.StoreClient ||
255 nativeConstants.executionEnvironment === ExecutionEnvironment.Standalone
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/
H A DConstantsBinding.kt32 this["executionEnvironment"] = executionEnvironment.string in getConstants()
66 private val executionEnvironment: ExecutionEnvironment constant
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/
H A DConstantsBinding.kt32 this["executionEnvironment"] = executionEnvironment.string in getConstants()
66 private val executionEnvironment: ExecutionEnvironment constant
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/
H A DConstantsBinding.kt32 this["executionEnvironment"] = executionEnvironment.string in getConstants()
66 private val executionEnvironment: ExecutionEnvironment constant
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/
H A DConstantsBinding.kt32 this["executionEnvironment"] = executionEnvironment.string in getConstants()
66 private val executionEnvironment: ExecutionEnvironment constant
/expo/packages/expo-constants/src/__tests__/
H A DConstants-test.ts134 mockExponentConstants({ manifest: undefined, executionEnvironment: ExecutionEnvironment.Bare });
158 mockExponentConstants({ manifest: undefined, executionEnvironment: ExecutionEnvironment.Bare });
240 executionEnvironment: env,
/expo/packages/expo-router/build/link/
H A Dlinking.js61 …if (url && expo_constants_1.default.executionEnvironment === expo_constants_1.ExecutionEnvironment…
94 …if (expo_constants_1.default.executionEnvironment === expo_constants_1.ExecutionEnvironment.StoreC…
/expo/packages/expo-router/build/head/
H A DExpoHeadModule.native.js31 if (expo_constants_1.default.executionEnvironment === expo_constants_1.ExecutionEnvironment.Bare) {

123