Home
last modified time | relevance | path

Searched refs:existing (Results 1 – 25 of 257) sorted by relevance

1234567891011

/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DwithIosSplashInfoPlist.ts32 const existing = config.ios?.userInterfaceStyle ?? config.userInterfaceStyle; constant
34 if (existing && existing !== 'automatic') {
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DwithIosSplashInfoPlist.js39 …const existing = (_config$ios$userInter = (_config$ios = config.ios) === null || _config$ios === v…
41 if (existing && existing !== 'automatic') {
H A DwithIosSplashInfoPlist.js.map1existing","ios","userInterfaceStyle","WarningAggregator","addWarningIOS","UIUserInterfaceStyle","U…
/expo/packages/@expo/config-plugins/src/ios/
H A DRequiresFullScreen.ts85 const existing = resolveExistingIpadInterfaceOrientations(infoPlist[iPadInterfaceKey]); constant
92 infoPlist[iPadInterfaceKey] = [...new Set(existing.concat(requiredIPadInterface))];
/expo/packages/@expo/cli/src/export/
H A Dfavicon.ts19 const existing = getUserDefinedFaviconFile(projectRoot); constant
20 if (existing) {
/expo/packages/@expo/config-plugins/build/ios/
H A DRequiresFullScreen.js89 const existing = resolveExistingIpadInterfaceOrientations(infoPlist[iPadInterfaceKey]);
96 infoPlist[iPadInterfaceKey] = [...new Set(existing.concat(requiredIPadInterface))];
/expo/packages/expo-router/ios/
H A DExpoHeadModule.swift131 let existing = self.activities.first(where: { $0.persistentIdentifier == value.id }) in createOrUpdateActivity() variable
132 let activity = existing ?? NSUserActivity(activityType: value.activityType) in createOrUpdateActivity()
134 if existing == nil { in createOrUpdateActivity()
/expo/packages/expo-build-properties/src/
H A Dandroid.ts86 let existing: string | undefined;
92 existing = found.value;
103 value: (props.android?.flipper ?? existing ?? FLIPPER_FALLBACK) as string,
/expo/packages/expo-build-properties/build/
H A Dandroid.js75 let existing; variable
78 existing = found.value;
85 value: (props.android?.flipper ?? existing ?? FLIPPER_FALLBACK),
/expo/docs/pages/app-signing/
H A Dexisting-credentials.mdx2 title: Use existing credentials
11 Regardless of which option you choose, your first step for using your existing set of credentials i…
/expo/docs/pages/modules/
H A Dexisting-library.mdx2 title: Integrate in an existing library
3 description: Learn how to integrate Expo Modules API into an existing React Native library.
8 There are cases where you may want to integrate the Expo Modules API into an existing React Native …
10 The following steps will set up your existing React Native library to access Expo Modules APIs.
H A Dget-started.mdx12existing module. This guide will walk you through creating a new module from scratch, and the [Int…
16 …Add a new module to an existing Expo application, and use it to test and develop your module.](#ad…
22 ## Adding a new module to an existing application
/expo/docs/pages/accounts/
H A Dsso.mdx54 Both new organizations and existing organizations can enable SSO as a sign in option. Organizations…
56existing non-SSO accounts can evaluate SSO by signing in with SSO, thus creating a second account,…
/expo/packages/expo-updates/guides/
H A Dmigrations.md19 …hat all the existing migrations were written before this feature was added, so your process and co…
51 …he existing schema from EXUpdatesDatabaseInitialization.m into a new static variable in EXUpdatesD…
54 …mplements the `EXUpdatesDatabaseMigration` protocol, following the patterns in existing migrations.
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dsqlite.mdx33 ### Importing an existing database
35 To open a new SQLite database using an existing `.db` file you already have, follow the steps below:
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dsqlite.mdx33 ### Importing an existing database
35 To open a new SQLite database using an existing `.db` file you already have, follow the steps below:
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dsqlite.mdx33 ### Importing an existing database
35 To open a new SQLite database using an existing `.db` file you already have, follow the steps below:
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dsqlite.mdx33 ### Importing an existing database
35 To open a new SQLite database using an existing `.db` file you already have, follow the steps below:
/expo/docs/pages/versions/unversioned/sdk/
H A Dsqlite.mdx33 ### Importing an existing database
35 To open a new SQLite database using an existing `.db` file you already have, follow the steps below:
/expo/packages/expo-constants/ios/
H A DEXConstants.podspec39 # Generate EXConstants.bundle without existing resources
/expo/apps/native-component-list/src/screens/
H A DIntentLauncherScreen.android.tsx63 'Application Details for not existing package',
/expo/packages/expo-router/build/
H A DgetRoutes.js30 const existing = currentNode.children.find((item) => item.name === part);
31 if (existing) {
32 currentNode = existing;
/expo/packages/expo-router/src/
H A DgetRoutes.ts59 const existing = currentNode.children.find((item) => item.name === part); constant
60 if (existing) {
61 currentNode = existing;
/expo/packages/expo-av/ios/EXAV/AudioSampleCallback/Utils/
H A DCallbackWrapper.mm16 …* We need to wrap it in another napespace, because it would conflict with existing RN implementati…
/expo/ios/versioned/sdk47/EXAV/EXAV/AudioSampleCallback/Utils/
H A DCallbackWrapper.mm16 …* We need to wrap it in another napespace, because it would conflict with existing RN implementati…

1234567891011