Home
last modified time | relevance | path

Searched refs:snackSdkVersionValue (Results 1 – 2 of 2) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/exceptions/
H A DManifestException.kt112 val snackSdkVersionValue = try { in <lambda>() constant
119 …compatible with your version of Expo Go. It was released for SDK $snackSdkVersionValue, but your E… in <lambda>()
120 formattedMessage += if (supportedSdks.last() < snackSdkVersionValue) { in <lambda>()
/expo/ios/Exponent/Kernel/AppLoader/CachedResource/
H A DEXManifestResource.m334 NSInteger snackSdkVersionValue = [self sdkVersionStringToInt: snackSdkVersion];
340 if (snackSdkVersionValue > latestSupportedSdkVersionValue) {