Home
last modified time | relevance | path

Searched refs:isLastKey (Results 1 – 5 of 5) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/experience/splashscreen/
H A DManagedAppSplashScreenConfiguration.kt102 val isLastKey = i == path.size - 1 in <lambda>() constant
107 if (isLastKey) { in <lambda>()
/expo/packages/expo-manifests/ios/EXManifests/
H A DManifest.swift402 let isLastKey = i == atPath.count - 1 in string() variable
405 if isLastKey, let value = value as? String { in string()
/expo/ios/versioned/sdk49/EXManifests/EXManifests/
H A DManifest.swift402 let isLastKey = i == atPath.count - 1 in string() variable
405 if isLastKey, let value = value as? String { in string()
/expo/ios/versioned/sdk47/EXManifests/EXManifests/
H A DABI47_0_0EXManifestsBaseManifest.m297 BOOL isLastKey = i == path.count - 1;
300 if (isLastKey && [value isKindOfClass:[NSString class]]) {
/expo/ios/versioned/sdk48/EXManifests/EXManifests/
H A DABI48_0_0EXManifestsBaseManifest.m302 BOOL isLastKey = i == path.count - 1;
305 if (isLastKey && [value isKindOfClass:[NSString class]]) {