Home
last modified time | relevance | path

Searched refs:lt (Results 1 – 25 of 43) sorted by relevance

12

/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashScreen.ts49 return semver.lt(version, '0.12.0');
52 return !!(config.sdkVersion && semver.lt(config.sdkVersion, '43.0.0'));
/expo/docs/components/plugins/api/__snapshots__/
H A DAPISectionUtils.test.tsx.snap147 <
165 <
181 <
196 <
263 <
368 <
391 <
399 <
440 <
450 <
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorReactFrames-test.js.snap63 <
199 <
291 <
383 <
521 <
657 <
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorReactFrames-test.js.snap63 <
199 <
291 <
383 <
521 <
657 <
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorReactFrames-test.js.snap63 <
199 <
291 <
383 <
521 <
657 <
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashScreen.js105 return _semver().default.lt(version, '0.12.0');
108 return !!(config.sdkVersion && _semver().default.lt(config.sdkVersion, '43.0.0'));
H A DwithAndroidSplashScreen.js.map1lt","sdkVersion"],"sources":["../../../../src/plugins/unversioned/expo-splash-screen/withAndroidSp…
/expo/tools/src/promote-packages/tasks/
H A DfindPackagesToPromote.ts28 state.isDemoting = !!versionToReplace && semver.lt(pkg.packageVersion, versionToReplace);
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-system-ui/
H A DwithIosRootViewBackgroundColor.ts27 return !!(config.sdkVersion && semver.lt(config.sdkVersion, '44.0.0'));
/expo/packages/@expo/cli/src/start/doctor/apple/
H A DXcodePrerequisite.ts136 if (semver.lt(version, SUGGESTED_XCODE_VERSION)) {
/expo/tools/src/commands/
H A DPublishProjectTemplates.ts129 default: semver.lt(template.version, options.sdkVersion)
136 if (semver.lt(value, template.version)) {
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-system-ui/
H A DwithIosRootViewBackgroundColor.js54 return !!(config.sdkVersion && _semver().default.lt(config.sdkVersion, '44.0.0'));
H A DwithIosRootViewBackgroundColor.js.map1lt","backgroundColor","getRootViewBackgroundColor","WarningAggregator","addWarningIOS","infoPlist"…
/expo/docs/components/plugins/api/
H A DAPISectionTypes.tsx182 {literalTypes.map((lt, index) => (
184 <CODE>{resolveTypeName(lt)}</CODE>
229 {name}&lt;{type.checkType.name}&gt;
H A DAPISectionComponents.tsx70 {resolvedType}&lt;{resolveTypeName(resolvedTypeParameters)}&gt;
/expo/docs/components/base/
H A Dcode.tsx116 /<span class="token comment">&lt;!-- @info (.*?)--><\/span>\s*/g,
126 /<span class="token comment">&lt;!-- @hide (.*?)--><\/span>\s*/g,
133 .replace(/\s*<span class="token comment">&lt;!-- @end --><\/span>/g, '</span>');
/expo/docs/pages/config-plugins/
H A Dplugins-and-mods.mdx212 | `mods.android.mainActivity` | <WarningIcon /> | Modify the **android/app/src/main/&lt;packa…
213 | `mods.android.mainApplication` | <WarningIcon /> | Modify the **android/app/src/main/&lt;packa…
220 | `mods.ios.infoPlist` | - | Modify the **ios/&lt;name&gt;/Info.plist** as JS…
221 | `mods.ios.entitlements` | - | Modify the **ios/&lt;name&gt;/&lt;product-name&g…
222 | `mods.ios.expoPlist` | - | Modify the **ios/&lt;ame&gt;/Expo.plist** as JSO…
223 | `mods.ios.xcodeproj` | - | Modify the **ios/&lt;name&gt;.xcodeproj** as an …
225 | `mods.ios.appDelegate` | <WarningIcon /> | Modify the **ios/&lt;name&gt;/AppDelegate.m** as…
/expo/packages/expo-build-properties/src/
H A DpluginConfig.ts413 semver.lt(semver.coerce(configVersion) ?? '0.0.0', semver.coerce(minimalVersion) ?? '0.0.0')
/expo/packages/expo-build-properties/build/
H A DpluginConfig.js141 …semver_1.default.lt(semver_1.default.coerce(configVersion) ?? '0.0.0', semver_1.default.coerce(min…
/expo/docs/pages/versions/unversioned/sdk/
H A Dmedia-library.mdx21 > **warning** If your Android app created an album using SDK &lt;= 40 and you want to add more asse…
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dmedia-library.mdx21 > **warning** If your Android app created an album using SDK &lt;= 40 and you want to add more asse…
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dmedia-library.mdx21 > **warning** If your Android app created an album using SDK &lt;= 40 and you want to add more asse…
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dmedia-library.mdx21 > **warning** If your Android app created an album using SDK &lt;= 40 and you want to add more asse…
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dmedia-library.mdx21 > **warning** If your Android app created an album using SDK &lt;= 40 and you want to add more asse…
/expo/packages/expo-dev-menu/app/components/
H A DMain.tsx248 appInfo?.sdkVersion && semver.lt(appInfo.sdkVersion, '49.0.0')
258 !appInfo?.sdkVersion || semver.lt(appInfo.sdkVersion, '49.0.0')

12