Home
last modified time | relevance | path

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

/expo/apps/native-component-list/src/api/
H A Dguid.ts19 const BARE_GUIDs = Platform.select<Record<string, string>>(bareMap); constant
37 if (!BARE_GUIDs) {
48 if (!(Application.applicationId in BARE_GUIDs)) {
52 } projects with native Id: ${Object.keys(BARE_GUIDs).join(', ')}`
55 return BARE_GUIDs[Application.applicationId];