Home
last modified time | relevance | path

Searched refs:expoGoConfig (Results 1 – 16 of 16) sorted by relevance

/expo/ios/versioned/sdk47/EXManifests/EXManifests/
H A DABI47_0_0EXManifestsBaseManifest.m115 NSDictionary *expoGoConfig = self.expoGoConfigRootObject;
116 if (!expoGoConfig) {
119 return [expoGoConfig nullableDictionaryForKey:@"developer"];
123 NSDictionary *expoGoConfig = self.expoGoConfigRootObject;
124 if (!expoGoConfig) {
127 return [expoGoConfig nullableStringForKey:@"logUrl"];
174 NSDictionary *expoGoConfig = self.expoGoConfigRootObject;
175 if (!expoGoConfig) {
183 NSDictionary *expoGoConfig = self.expoGoConfigRootObject;
184 if (!expoGoConfig) {
[all …]
/expo/ios/versioned/sdk48/EXManifests/EXManifests/
H A DABI48_0_0EXManifestsBaseManifest.m115 NSDictionary *expoGoConfig = self.expoGoConfigRootObject;
116 if (!expoGoConfig) {
119 return [expoGoConfig nullableDictionaryForKey:@"developer"];
123 NSDictionary *expoGoConfig = self.expoGoConfigRootObject;
124 if (!expoGoConfig) {
127 return [expoGoConfig nullableStringForKey:@"logUrl"];
179 NSDictionary *expoGoConfig = self.expoGoConfigRootObject;
180 if (!expoGoConfig) {
188 NSDictionary *expoGoConfig = self.expoGoConfigRootObject;
189 if (!expoGoConfig) {
[all …]
/expo/packages/expo-auth-session/src/__tests__/
H A DManifestTestUtils.ts46 const expoGoConfig = mockManifest.manifest constant
61 expoGoConfig,
/expo/packages/@expo/cli/src/start/server/middleware/
H A DManifestMiddleware.ts145 expoGoConfig: ExpoGoConfig;
195 const expoGoConfig = this.getExpoGoConfig({ constant
212 expoGoConfig,
H A DExpoGoManifestHandlerMiddleware.ts102 const { exp, hostUri, expoGoConfig, bundleUrl } = constant
148 expoGo: expoGoConfig,
/expo/packages/expo-constants/build/
H A DConstants.types.d.ts180 expoGoConfig: ManifestsExpoGoConfig | null; property
H A DConstants.js132 expoGoConfig: { property
H A DConstants.types.js.map1 …rd Expo Go config object populated when running in Expo Go.\n */\n expoGoConfig: ManifestsExpoG…
H A DConstants.js.map1 … }\n\n return null;\n },\n enumerable: true,\n },\n expoGoConfig: {\n get(): …
/expo/packages/expo-constants/src/
H A DConstants.types.ts211 expoGoConfig: ManifestsExpoGoConfig | null; property
H A DConstants.ts188 expoGoConfig: {
/expo/packages/@expo/cli/src/start/server/middleware/__tests__/
H A DManifestMiddleware-test.ts217 expoGoConfig: {
248 expoGoConfig: {
H A DExpoGoManifestHandlerMiddleware-test.ts213 expoGoConfig: {},
/expo/packages/expo-linking/build/
H A DcreateURL.js23 Constants.expoGoConfig?.developer));
H A DcreateURL.js.map1 …\\.test|expo\\.dev)(:.*)?(\\/.*)?$/.test(hostUri) ||\n Constants.expoGoConfig?.developer)\n …
/expo/packages/expo-linking/src/
H A DcreateURL.ts26 Constants.expoGoConfig?.developer)