Home
last modified time | relevance | path

Searched refs:supportedSdksString (Results 1 – 3 of 3) sorted by relevance

/expo/home/utils/
H A DEnvironment.ts24 const supportedSdksString = `SDK${ constant
32 supportedSdksString,
/expo/home/screens/SettingsScreen/
H A DConstantsSection.tsx45 <ConstantItem title="Supported SDKs" value={Environment.supportedSdksString} />
/expo/android/expoview/src/main/java/host/exp/exponent/exceptions/
H A DManifestException.kt56 val supportedSdksString = { conjunction: String -> in <lambda>() constant