Home
last modified time | relevance | path

Searched defs:version (Results 1 – 25 of 580) sorted by relevance

12345678910>>...24

/expo/template-files/ios/
H A Ddependencies.json4 "version": "~> 6.0.0" string
8 "version": "~> 3.5.3" string
12 "version": "~> 3.3" string
16 "version": "~> 2.1.0" string
20 "version": "~> 3.2.3" string
24 "version": "0.0.6" string
28 "version": "~> 1.2.0" string
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dversion-utils.js52 version, field
99 function validateRelease(version) { argument
106 function validateDryRun(version) { argument
119 function validateNightly(version) { argument
128 function isStableRelease(version) { argument
134 function isStablePrerelease(version) { argument
146 function isNightlyBuild(version) { argument
152 function isMain(version) { argument
H A Drelease-utils.js140 function failIfTagExists(version, buildType) { argument
155 function checkIfTagExists(version) { argument
H A Dprocess-podspecs.sh34 version() { function
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/sdks/hermes-engine/
H A Dhermes-utils.rb33 def compute_hermes_source(build_from_source, hermestag_file, git, version, build_type, react_native… argument
68 def use_release_tarball(source, version, build_type) argument
75 def release_tarball_url(version, build_type) argument
79 def use_nightly_tarball(source, react_native_path, version) argument
109 def download_nightly_hermes(react_native_path, version) argument
123 def nightly_tarball_url(version) argument
/expo/packages/@expo/config-plugins/src/utils/__tests__/
H A DUpdates-test.ts151 const version = '2.0.0'; constant
193 const version = '1'; constant
204 const version = '1'; constant
/expo/packages/expo-modules-test-core/
H A Dapp.plugin.js4 const withKotlinGradle = (config, version) => { argument
16 function setKotlinVersion(buildGradle, version) { argument
/expo/packages/@expo/config-plugins/build/plugins/
H A DwithRunOnce.js25 version argument
46 function createRunOncePlugin(plugin, name, version) { argument
/expo/packages/expo-modules-autolinking/src/autolinking/
H A DfindModules.ts42 const { name, version } = resolvePackageNameAndVersion(packagePath, { constant
74 version, constant
184 const { name, version } = require(path.join(packagePath, 'package.json')); constant
/expo/tools/src/commands/
H A DSyncSdkBranchChangelogs.ts83 for (const version of Object.keys(changes.versions).sort((v1, v2) => constant
86 const groupData = changes.versions[version]; constant
/expo/packages/@expo/config/src/__tests__/fixtures/require-file/
H A Dpackage.json3 "version": "1.0.0" string
/expo/packages/@expo/config/src/__tests__/fixtures/plugins/
H A Dpackage.json3 "version": "1.0.0" string
/expo/templates/expo-template-tv/ios/HelloWorld/Images.xcassets/
H A DContents.json3 "version" : 1, number
/expo/apps/native-tests/ios/NativeTests/Images.xcassets/
H A DContents.json3 "version" : 1, number
/expo/templates/expo-template-bare-minimum/ios/HelloWorld/Images.xcassets/
H A DContents.json3 "version" : 1, number
/expo/ios/Exponent/Images.xcassets/
H A DContents.json4 "version" : 1 number
/expo/apps/bare-expo/ios/BareExpo/Images.xcassets/
H A DContents.json3 "version" : 1, number
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/sdks/hermes-engine/
H A Dhermes-utils.rb17 def download_nightly_hermes(react_native_path, version) argument
/expo/apps/fabric-tester/ios/fabrictester/Images.xcassets/
H A DContents.json3 "version" : 1, number
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dprocess-podspecs.sh34 version() { function
H A Dset-rn-template-version.js15 const version = process.argv[2]; constant
/expo/packages/jest-expo/tests/__fixtures__/jsconfig/
H A Dpackage.json3 "version": "0.0.0", string
/expo/packages/jest-expo/tests/__fixtures__/noconfig/
H A Dpackage.json3 "version": "0.0.0", string
/expo/packages/jest-expo/tests/__fixtures__/tsconfig/
H A Dpackage.json3 "version": "0.0.0", string
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashScreen.ts48 const version = JsonFile.read(packagePath).version?.toString() ?? ''; constant

12345678910>>...24