Home
last modified time | relevance | path

Searched refs:lower (Results 1 – 25 of 89) sorted by relevance

1234

/expo/packages/@expo/cli/src/start/platforms/ios/
H A Dxcrun.ts45 const lower = text.toLowerCase(); constant
46 return lower.includes('xcode') && lower.includes('license');
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI47_0_0RawPropsKeyMap.cpp87 auto lower = int{buckets_[length - 1]}; in at()
89 ABI47_0_0React_native_assert(lower - 1 <= upper); in at()
92 while (lower <= upper) { in at()
93 auto median = (lower + upper) / 2; in at()
96 lower = median + 1; in at()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI48_0_0RawPropsKeyMap.cpp86 auto lower = int{buckets_[length - 1]}; in at()
88 ABI48_0_0React_native_assert(lower - 1 <= upper); in at()
91 while (lower <= upper) { in at()
92 auto median = (lower + upper) / 2; in at()
95 lower = median + 1; in at()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI49_0_0RawPropsKeyMap.cpp86 auto lower = int{buckets_[length - 1]}; in at()
88 ABI49_0_0React_native_assert(lower - 1 <= upper); in at()
91 while (lower <= upper) { in at()
92 auto median = (lower + upper) / 2; in at()
95 lower = median + 1; in at()
/expo/fastlane/android/metadata/en-US/changelogs/
H A D102.txt1 - fix issues when using `ImageManipulator` and `ImagePicker` on SDKs lower than 32
/expo/docs/pages/router/reference/
H A Dtroubleshooting.mdx20 - The project is using an `expo` version lower than `expo@^46.0.13`. Version `46.0.13` enables cont…
44 This can happen if you are using an `expo` version lower than `expo@^46.0.13`. Version `46.0.13` en…
/expo/docs/pages/guides/
H A Dusing-flipper.mdx78 <Collapsible summary="Using SDK 47 or lower?">
80 > The above configuration only works with SDK 48 or above. For SDK 47 and lower, use the following …
120 '# For SDK 48 and lower',
H A Dusing-hermes.mdx9 …). It also uses less memory at runtime, which is particularly valuable on lower-end Android device…
20 <Collapsible summary="Using SDK 47 or lower?">
22 For SDK 47 and lower, JSC is the default JavaScript engine and to use Hermes you need to add the `j…
H A Denvironment-variables.mdx13 …ble in SDK 49 and higher. See notes for [SDK 48 and lower](#environment-variables-in-sdk-48-and-lo…
147 ## Environment variables in SDK 48 and lower
H A Dlinking.mdx111 - _Development in Expo Go_: `exp://127.0.0.1:8081`. For SDK 48 and lower, the port number is `19000…
127 … Go_: `exp://127.0.0.1:8081/--/path/into/app?hello=world`. For SDK 48 and lower, the port number i…
225 In development, your app will live at a url like `exp://127.0.0.1:8081` (for SDK 48 and lower, the …
289 '# For SDK 48 and lower, use 19000 as the port number',
H A Dconfiguring-js-engines.mdx9 …ermes](https://hermesengine.dev/) as the JavaScript engine (in SDK 47 and lower, the default was […
/expo/docs/pages/workflow/
H A Dlogging.mdx12 …nt from the runtime to Expo CLI over web sockets, meaning the results are lower fidelity than conn…
/expo/docs/pages/router/advanced/
H A Ddrawer.mdx38 <Tab label="SDK 49 and lower">
/expo/docs/pages/push-notifications/
H A Dreceiving-notifications.mdx61 …ne such setting is the **Deep Clear** option on OnePlus devices using Android 9 and lower versions.
/expo/docs/pages/build-reference/
H A Dlimitations.mdx25 If your build takes longer than 2 hours to run, it will be canceled. This limit is lower on the fre…
H A Dsimulators.mdx53 …evelopment server by running the command `npx expo start`. For SDK 48 and lower, use the `--dev-cl…
H A Dapk.mdx67 …evelopment server by running the command `npx expo start`. For SDK 48 and lower, use the `--dev-cl…
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dsecurestore.mdx20 > This API is not compatible with devices running Android 5 or lower.
/expo/docs/pages/develop/development-builds/
H A Duse-development-builds.mdx30 > **Note:** For SDK 48 and lower, use `npx expo start --dev-client`.
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dsecurestore.mdx20 > This API is not compatible with devices running Android 5 or lower.
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dsecurestore.mdx20 > This API is not compatible with devices running Android 5 or lower.
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dsecurestore.mdx20 > This API is not compatible with devices running Android 5 or lower.
/expo/docs/pages/config-plugins/
H A Dplugins-and-mods.mdx135 <Collapsible summary="Using SDK 46 or lower?">
137 For SDK 46 and lower, import the `@expo/config-plugins` package directly. This is installed automat…
307 <Collapsible summary="Using SDK 46 or lower?">
309 For SDK 46 and lower, import the `@expo/config-plugins` package directly. This is installed automat…
/expo/packages/expo-manifests/
H A DCHANGELOG.md81 - Fixed default `expo.jsEngine` value when SDK is lower than 48. ([#21266](https://github.com/expo/…
/expo/packages/expo-store-review/build/
H A DStoreReview.js.map1 …ithout leaving the app. If the device is running\n * a version of Android lower than 5.0, this wil…

1234