Searched refs:iosConfig (Results 1 – 16 of 16) sorted by relevance
27 const iosConfig = this.rawConfig.ios; constant30 return iosConfig?.modules ?? iosConfig?.modulesClassNames ?? [];
28 const iosConfig = this.rawConfig.ios;30 return iosConfig?.modules ?? iosConfig?.modulesClassNames ?? [];
1 …onst iosConfig = this.rawConfig.ios;\n\n // `modulesClassNames` is a legacy name for the same c…
82 - (nullable NSDictionary *)iosConfig { method201 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"];
24 - (nullable NSDictionary *)iosConfig;
54 - (nullable NSDictionary *)iosConfig;
82 - (nullable NSDictionary *)iosConfig { method206 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"];
25 - (nullable NSDictionary *)iosConfig;
183 public func iosConfig() -> [String: Any]? { in iosConfig() function252 return iosConfig()?.optionalValue(forKey: "userInterfaceStyle") ?? in userInterfaceStyle()257 return iosConfig()?.optionalValue(forKey: "backgroundColor") ?? in iosOrRootBackgroundColor()291 return iosConfig()?.optionalValue(forKey: "googleServicesFile") in iosGoogleServicesFile()
179 public func iosConfig() -> [String: Any]? { in iosConfig() function252 return iosConfig()?.optionalValue(forKey: "userInterfaceStyle") ?? in userInterfaceStyle()257 return iosConfig()?.optionalValue(forKey: "backgroundColor") ?? in iosOrRootBackgroundColor()291 return iosConfig()?.optionalValue(forKey: "googleServicesFile") in iosGoogleServicesFile()
132 const iosConfig = { constant138 if ('podName' in iosConfig) {139 return iosConfig.podName as string;
46 expect(manifest.iosConfig()).to(beNil()) in spec()
41 expect(manifest.iosConfig()).to(beNil()) in spec()
4598 iosConfig?: Maybe<IosSubmissionConfig>;