| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/ |
| H A D | withIosSplashInfoPlist.ts | 32 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 D | withIosSplashInfoPlist.js | 39 …const existing = (_config$ios$userInter = (_config$ios = config.ios) === null || _config$ios === v… 41 if (existing && existing !== 'automatic') {
|
| H A D | withIosSplashInfoPlist.js.map | 1 …existing","ios","userInterfaceStyle","WarningAggregator","addWarningIOS","UIUserInterfaceStyle","U…
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | RequiresFullScreen.ts | 85 const existing = resolveExistingIpadInterfaceOrientations(infoPlist[iPadInterfaceKey]); constant 92 infoPlist[iPadInterfaceKey] = [...new Set(existing.concat(requiredIPadInterface))];
|
| /expo/packages/@expo/cli/src/export/ |
| H A D | favicon.ts | 19 const existing = getUserDefinedFaviconFile(projectRoot); constant 20 if (existing) {
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | RequiresFullScreen.js | 89 const existing = resolveExistingIpadInterfaceOrientations(infoPlist[iPadInterfaceKey]); 96 infoPlist[iPadInterfaceKey] = [...new Set(existing.concat(requiredIPadInterface))];
|
| /expo/packages/expo-router/ios/ |
| H A D | ExpoHeadModule.swift | 131 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 D | android.ts | 86 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 D | android.js | 75 let existing; variable 78 existing = found.value; 85 value: (props.android?.flipper ?? existing ?? FLIPPER_FALLBACK),
|
| /expo/docs/pages/app-signing/ |
| H A D | existing-credentials.mdx | 2 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 D | existing-library.mdx | 2 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 D | get-started.mdx | 12 …existing 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 D | sso.mdx | 54 Both new organizations and existing organizations can enable SSO as a sign in option. Organizations… 56 …existing non-SSO accounts can evaluate SSO by signing in with SSO, thus creating a second account,…
|
| /expo/packages/expo-updates/guides/ |
| H A D | migrations.md | 19 …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 D | sqlite.mdx | 33 ### 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 D | sqlite.mdx | 33 ### 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 D | sqlite.mdx | 33 ### 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 D | sqlite.mdx | 33 ### 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 D | sqlite.mdx | 33 ### 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 D | EXConstants.podspec | 39 # Generate EXConstants.bundle without existing resources
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | IntentLauncherScreen.android.tsx | 63 'Application Details for not existing package',
|
| /expo/packages/expo-router/build/ |
| H A D | getRoutes.js | 30 const existing = currentNode.children.find((item) => item.name === part); 31 if (existing) { 32 currentNode = existing;
|
| /expo/packages/expo-router/src/ |
| H A D | getRoutes.ts | 59 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 D | CallbackWrapper.mm | 16 …* 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 D | CallbackWrapper.mm | 16 …* We need to wrap it in another napespace, because it would conflict with existing RN implementati…
|