Home
last modified time | relevance | path

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

/expo/packages/expo-modules-autolinking/src/
H A DExpoModuleConfig.ts27 const iosConfig = this.rawConfig.ios; constant
30 return iosConfig?.modules ?? iosConfig?.modulesClassNames ?? [];
/expo/packages/expo-modules-autolinking/build/
H A DExpoModuleConfig.js28 const iosConfig = this.rawConfig.ios;
30 return iosConfig?.modules ?? iosConfig?.modulesClassNames ?? [];
H A DExpoModuleConfig.js.map1 …onst iosConfig = this.rawConfig.ios;\n\n // `modulesClassNames` is a legacy name for the same c…
/expo/ios/versioned/sdk47/EXManifests/EXManifests/
H A DABI47_0_0EXManifestsBaseManifest.m82 - (nullable NSDictionary *)iosConfig { method
201 if (self.iosConfig && [self.iosConfig nullableStringForKey:@"userInterfaceStyle"]) {
202 return [self.iosConfig nullableStringForKey:@"userInterfaceStyle"];
212 if (self.iosConfig && [self.iosConfig nullableStringForKey:@"backgroundColor"]) {
213 return [self.iosConfig nullableStringForKey:@"backgroundColor"];
262 if (self.iosConfig) {
263 return [self.iosConfig nullableStringForKey:@"googleServicesFile"];
H A DABI47_0_0EXManifestsBaseManifest.h24 - (nullable NSDictionary *)iosConfig;
H A DABI47_0_0EXManifestsManifest.h54 - (nullable NSDictionary *)iosConfig;
/expo/ios/versioned/sdk48/EXManifests/EXManifests/
H A DABI48_0_0EXManifestsBaseManifest.m82 - (nullable NSDictionary *)iosConfig { method
206 if (self.iosConfig && [self.iosConfig nullableStringForKey:@"userInterfaceStyle"]) {
207 return [self.iosConfig nullableStringForKey:@"userInterfaceStyle"];
217 if (self.iosConfig && [self.iosConfig nullableStringForKey:@"backgroundColor"]) {
218 return [self.iosConfig nullableStringForKey:@"backgroundColor"];
267 if (self.iosConfig) {
268 return [self.iosConfig nullableStringForKey:@"googleServicesFile"];
H A DABI48_0_0EXManifestsBaseManifest.h25 - (nullable NSDictionary *)iosConfig;
H A DABI48_0_0EXManifestsManifest.h54 - (nullable NSDictionary *)iosConfig;
/expo/packages/expo-manifests/ios/EXManifests/
H A DManifest.swift183 public func iosConfig() -> [String: Any]? { in iosConfig() function
252 return iosConfig()?.optionalValue(forKey: "userInterfaceStyle") ?? in userInterfaceStyle()
257 return iosConfig()?.optionalValue(forKey: "backgroundColor") ?? in iosOrRootBackgroundColor()
291 return iosConfig()?.optionalValue(forKey: "googleServicesFile") in iosGoogleServicesFile()
/expo/ios/versioned/sdk49/EXManifests/EXManifests/
H A DManifest.swift179 public func iosConfig() -> [String: Any]? { in iosConfig() function
252 return iosConfig()?.optionalValue(forKey: "userInterfaceStyle") ?? in userInterfaceStyle()
257 return iosConfig()?.optionalValue(forKey: "backgroundColor") ?? in iosOrRootBackgroundColor()
291 return iosConfig()?.optionalValue(forKey: "googleServicesFile") in iosGoogleServicesFile()
/expo/tools/src/
H A DPackages.ts132 const iosConfig = { constant
138 if ('podName' in iosConfig) {
139 return iosConfig.podName as string;
/expo/packages/expo-manifests/ios/Tests/
H A DBareManifestSpec.swift46 expect(manifest.iosConfig()).to(beNil()) in spec()
H A DLegacyManifestSpec.swift46 expect(manifest.iosConfig()).to(beNil()) in spec()
H A DNewManifestSpec.swift41 expect(manifest.iosConfig()).to(beNil()) in spec()
/expo/home/graphql/
H A Dtypes.ts4598 iosConfig?: Maybe<IosSubmissionConfig>;