Home
last modified time | relevance | path

Searched defs:existing (Results 1 – 6 of 6) sorted by relevance

/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DwithIosSplashInfoPlist.ts32 const existing = config.ios?.userInterfaceStyle ?? config.userInterfaceStyle; constant
/expo/packages/@expo/config-plugins/src/ios/
H A DRequiresFullScreen.ts85 const existing = resolveExistingIpadInterfaceOrientations(infoPlist[iPadInterfaceKey]); constant
/expo/packages/@expo/cli/src/export/
H A Dfavicon.ts19 const existing = getUserDefinedFaviconFile(projectRoot); constant
/expo/packages/expo-router/ios/
H A DExpoHeadModule.swift131 let existing = self.activities.first(where: { $0.persistentIdentifier == value.id }) in createOrUpdateActivity() variable
/expo/packages/expo-build-properties/build/
H A Dandroid.js75 let existing; variable
/expo/packages/expo-router/src/
H A DgetRoutes.ts59 const existing = currentNode.children.find((item) => item.name === part); constant