Home
last modified time | relevance | path

Searched refs:versioning (Results 1 – 25 of 31) sorted by relevance

12

/expo/packages/@expo/cli/src/install/
H A DinstallAsync.ts102 const versioning = await getVersionedPackagesAsync(projectRoot, { constant
111 versioning.messages.length ? versioning.messages.join(' and ') + ' ' : ''
115 if (versioning.excludedNativeModules.length) {
118 versioning.excludedNativeModules.map(
122 versioning.excludedNativeModules.length > 1 ? 'they are' : 'it is'
129 await packageManager.addAsync([...packageManagerArguments, ...versioning.packages]);
131 await applyPluginsAsync(projectRoot, versioning.packages);
/expo/.github/workflows/
H A Dversioning.yml9 - .github/workflows/versioning.yml
12 - tools/src/versioning/**
H A Dclient-ios-eas.yml19 # Run versioning process for the next sdk and build a versioned client
H A Dclient-android-eas.yml19 # Run versioning process for the next sdk and build a versioned client
/expo/android/app/
H A Dbuild.gradle111 flavorDimensions "versioning"
114 dimension "versioning"
121 dimension "versioning"
135 missingDimensionStrategy 'versioning', 'versioned'
/expo/guides/
H A DCreating Versioned Expo SDK for Android.md7 …nimodules to version, so it's important to have it updated not to omit any package when versioning.
42 …view` library start with `versioned.` package, which in the process of versioning gets changed to …
49 …s for which you would use automated tools. However, in some places the versioning script isn't per…
52 …* Keep track of any issues you need to fix, and update the versioning scripts so that you don't ha…
H A DExpo JavaScript Style Guide.md78 // Keep this logic in sync with Google's versioning scheme
/expo/tools/
H A DREADME.md12 To support versioning react-native for Android, [patchelf](https://github.com/NixOS/patchelf) is re…
/expo/android/expoview/
H A Dbuild.gradle111 missingDimensionStrategy('versioning', 'versioned')
132 flavorDimensions "versioning"
135 dimension "versioning"
139 dimension "versioning"
/expo/guides/releasing/
H A DRelease Workflow.md145 …about to start QA, cutting a branch ensures that we aren't testing and versioning code that is cha…
155 …Smoke test and manual QA before versioning, so that we know that any regressions in versioning are…
176 …ions change every SDK cycle. If you found anything broken, please keep versioning script up to dat…
178 …f you notice some that are missing, add them to the list in `tools/src/versioning/android/librarie…
180versioning on Android -- i.e. of which there should only be one copy of in Expo Go. The file `tool…
181 …- The versioning script is not idempotent, so if you need to make any changes or re-version any li…
220 - Cherry-pick all versioning commits from `sdk-XX` to `main`.
H A DRelease Branches.md9 - [Versioning Android and iOS Code](#versioning-android-and-ios-code)
74versioning guidelines above are not water-tight and issues could slip through. For example, if we …
/expo/docs/pages/build-reference/
H A Dapp-versions.mdx80 …uilding variants with different application IDs or bundle identifiers, versioning will be independ…
90 …upport bare projects with multiple flavors, but the rest of the remote versioning functionality sh…
/expo/packages/expo-notifications/ios/EXNotifications/
H A DEXServerRegistrationModule.m5 // noop (used by code transform to ensure the versioning isn't applied)
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/
H A DABI47_0_0EXServerRegistrationModule.m5 // noop (used by code transform to ensure the versioning isn't applied)
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/
H A DABI49_0_0EXServerRegistrationModule.m5 // noop (used by code transform to ensure the versioning isn't applied)
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/
H A DABI48_0_0EXServerRegistrationModule.m5 // noop (used by code transform to ensure the versioning isn't applied)
/expo/docs/pages/deploy/
H A Dapp-stores-metadata.mdx49 …rom the above example is the `configVersion` property.** It helps with versioning changes that are…
/expo/android/versioned-abis/expoview-abi47_0_0/
H A Dbuild.gradle75 missingDimensionStrategy('versioning', 'versioned')
/expo/android/versioned-abis/expoview-abi49_0_0/
H A Dbuild.gradle73 missingDimensionStrategy('versioning', 'versioned')
/expo/android/versioned-abis/expoview-abi48_0_0/
H A Dbuild.gradle73 missingDimensionStrategy('versioning', 'versioned')
/expo/docs/
H A DREADME.md47 …version currently supported in Expo Go. See [A note about versioning](#a-note-about-versioning) fo…
/expo/docs/pages/
H A Dfaq.mdx28 …OS, and the web. Every module in the Expo SDK works together to ensure versioning always matches. …
/expo/docs/pages/config-plugins/
H A Ddevelopment-and-debugging.mdx413 … automatic plugin errors are hidden because they're usually related to versioning issues and aren'…
497 …tten in either Groovy or Kotlin. They are used to manage dependencies, versioning, and other setti…
/expo/docs/pages/archive/classic-updates/
H A Dbuilding-standalone-apps.mdx231 … Read the [Versioning Your app documentation](/distribution/app-stores#versioning-your-app) for mo…
/expo/docs/pages/workflow/
H A Dprebuild.mdx143 ### React Native versioning

12