Home
last modified time | relevance | path

Searched refs:minimum (Results 1 – 25 of 104) sorted by relevance

12345

/expo/packages/expo-dev-menu/ios/OverlayContainer/
H A DOverlayContainerTransitionCoordinator.swift71 let minimum = minimumReachableHeight() in translationProgress() variable
72 return maximum != minimum ? (targetTranslationHeight - minimum) / (maximum - minimum) : 0 in translationProgress()
77 let minimum = minimumHeight() in overallTranslationProgress() variable
78 return maximum != minimum ? (targetTranslationHeight - minimum) / (maximum - minimum) : 0 in overallTranslationProgress()
/expo/docs/pages/versions/v46.0.0/
H A Dindex.mdx32 cmd={['# Create a project named my-app', '$ npx create-expo-app my-app --template bare-minimum']}
33 cmdCopy="npx create-expo-app my-app --template bare-minimum"
70 Each version of Expo SDK supports a minimum OS version of Android and iOS. For Android, the `compil…
/expo/docs/pages/versions/v47.0.0/
H A Dindex.mdx32 cmd={['# Create a project named my-app', '$ npx create-expo-app my-app --template bare-minimum']}
33 cmdCopy="npx create-expo-app my-app --template bare-minimum"
70 Each version of Expo SDK supports a minimum OS version of Android and iOS. For Android, the `compil…
/expo/docs/pages/versions/v48.0.0/
H A Dindex.mdx32 cmd={['# Create a project named my-app', '$ npx create-expo-app my-app --template bare-minimum']}
33 cmdCopy="npx create-expo-app my-app --template bare-minimum"
70 Each version of Expo SDK supports a minimum OS version of Android and iOS. For Android, the `compil…
/expo/apps/router-e2e/__e2e__/static-rendering/app/
H A D+html.tsx23 …content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1.00001,viewport-fit=cov…
/expo/docs/pages/bare/
H A Doverview.mdx22 cmd={['# Create a new bare project', '$ npx create-expo-app --template bare-minimum']}
23 cmdCopy="npx create-expo-app --template bare-minimum"
H A Dinstalling-updates.mdx11 …end using `npx create-expo-app --template bare-minimum` (or `yarn create expo-app --template bare-
/expo/packages/expo-build-properties/
H A DCHANGELOG.md86 - [plugin] Upgrade minimum runtime requirement to Node 14 (LTS). ([#18204](https://github.com/expo/…
97 - Add `android.minSdkVersion` to override the minimum required Android SDK version. ([#17647](https…
/expo/docs/pages/versions/unversioned/
H A Dindex.mdx32 cmd={['# Create a project named my-app', '$ npx create-expo-app my-app --template bare-minimum']}
33 cmdCopy="npx create-expo-app my-app --template bare-minimum"
82 Each version of Expo SDK supports a minimum OS version of Android and iOS. For Android, the `compil…
/expo/docs/pages/versions/v49.0.0/
H A Dindex.mdx32 cmd={['# Create a project named my-app', '$ npx create-expo-app my-app --template bare-minimum']}
33 cmdCopy="npx create-expo-app my-app --template bare-minimum"
82 Each version of Expo SDK supports a minimum OS version of Android and iOS. For Android, the `compil…
/expo/packages/expo-router/src/static/
H A Dhtml.tsx31 …content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1.00001,viewport-fit=cov…
/expo/.github/workflows/
H A Dupdates-e2e.yml19 - templates/expo-template-bare-minimum/**
35 - templates/expo-template-bare-minimum/**
/expo/packages/expo-dev-menu/ios/OverlayContainer/Internal/
H A DHeightContraintOverlayTranslationController.swift282 let minimum = enabledNotchIndexes().first.flatMap { in overlayViewController() variable
286 return min(translationEndNotchHeight, minimum) in overlayViewController()
/expo/templates/expo-template-tabs/app/
H A D+html.tsx21 …content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1.00001,viewport-fit=cov…
/expo/packages/expo-background-fetch/build/
H A DBackgroundFetch.js.map1minimum number of seconds that must elapse before another background fetch can be\n * initiated. T…
/expo/packages/expo-router/build/static/
H A Dhtml.js.map1 …ame=\"viewport\"\n content=\"width=device-width,initial-scale=1,minimum-scale=1,maximum-s…
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/Update/
H A DABI48_0_0EXUpdatesBareUpdate.m17 * application binary. They contain the minimum amount of information needed to reliably identify
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/Update/
H A DABI47_0_0EXUpdatesBareUpdate.m17 * application binary. They contain the minimum amount of information needed to reliably identify
/expo/android/vendored/sdk47/@shopify/react-native-skia/android/
H A Dbuild.gradle19 // the minimum React Native version supported.
108 // the minimum React Native version supported.
/expo/android/vendored/sdk48/@shopify/react-native-skia/android/
H A Dbuild.gradle19 // the minimum React Native version supported.
107 // the minimum React Native version supported.
/expo/ios/vendored/sdk49/react-native-gesture-handler/ios/Handlers/
H A DABI49_0_0RNLongPressHandler.m157 // as it changes its state to "Began" as soon as the the minimum
/expo/packages/@expo/cli/src/start/server/__tests__/__snapshots__/
H A DwebTemplate-test.ts.snap21 …content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1.00001, viewport-fit…
/expo/ios/vendored/unversioned/react-native-gesture-handler/ios/Handlers/
H A DRNLongPressHandler.m157 // as it changes its state to "Began" as soon as the the minimum
/expo/ios/vendored/sdk48/react-native-gesture-handler/ios/Handlers/
H A DABI48_0_0RNLongPressHandler.m157 // as it changes its state to "Began" as soon as the the minimum
/expo/ios/vendored/sdk47/react-native-gesture-handler/ios/Handlers/
H A DABI47_0_0RNLongPressHandler.m157 // as it changes its state to "Began" as soon as the the minimum

12345