| /expo/packages/@expo/cli/src/install/ |
| H A D | installAsync.ts | 102 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 D | versioning.yml | 9 - .github/workflows/versioning.yml 12 - tools/src/versioning/**
|
| H A D | client-ios-eas.yml | 19 # Run versioning process for the next sdk and build a versioned client
|
| H A D | client-android-eas.yml | 19 # Run versioning process for the next sdk and build a versioned client
|
| /expo/android/app/ |
| H A D | build.gradle | 111 flavorDimensions "versioning" 114 dimension "versioning" 121 dimension "versioning" 135 missingDimensionStrategy 'versioning', 'versioned'
|
| /expo/guides/ |
| H A D | Creating Versioned Expo SDK for Android.md | 7 …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 D | Expo JavaScript Style Guide.md | 78 // Keep this logic in sync with Google's versioning scheme
|
| /expo/tools/ |
| H A D | README.md | 12 To support versioning react-native for Android, [patchelf](https://github.com/NixOS/patchelf) is re…
|
| /expo/android/expoview/ |
| H A D | build.gradle | 111 missingDimensionStrategy('versioning', 'versioned') 132 flavorDimensions "versioning" 135 dimension "versioning" 139 dimension "versioning"
|
| /expo/guides/releasing/ |
| H A D | Release Workflow.md | 145 …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… 180 …versioning 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 D | Release Branches.md | 9 - [Versioning Android and iOS Code](#versioning-android-and-ios-code) 74 …versioning guidelines above are not water-tight and issues could slip through. For example, if we …
|
| /expo/docs/pages/build-reference/ |
| H A D | app-versions.mdx | 80 …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 D | EXServerRegistrationModule.m | 5 // noop (used by code transform to ensure the versioning isn't applied)
|
| /expo/ios/versioned/sdk47/EXNotifications/EXNotifications/ |
| H A D | ABI47_0_0EXServerRegistrationModule.m | 5 // noop (used by code transform to ensure the versioning isn't applied)
|
| /expo/ios/versioned/sdk49/EXNotifications/EXNotifications/ |
| H A D | ABI49_0_0EXServerRegistrationModule.m | 5 // noop (used by code transform to ensure the versioning isn't applied)
|
| /expo/ios/versioned/sdk48/EXNotifications/EXNotifications/ |
| H A D | ABI48_0_0EXServerRegistrationModule.m | 5 // noop (used by code transform to ensure the versioning isn't applied)
|
| /expo/docs/pages/deploy/ |
| H A D | app-stores-metadata.mdx | 49 …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 D | build.gradle | 75 missingDimensionStrategy('versioning', 'versioned')
|
| /expo/android/versioned-abis/expoview-abi49_0_0/ |
| H A D | build.gradle | 73 missingDimensionStrategy('versioning', 'versioned')
|
| /expo/android/versioned-abis/expoview-abi48_0_0/ |
| H A D | build.gradle | 73 missingDimensionStrategy('versioning', 'versioned')
|
| /expo/docs/ |
| H A D | README.md | 47 …version currently supported in Expo Go. See [A note about versioning](#a-note-about-versioning) fo…
|
| /expo/docs/pages/ |
| H A D | faq.mdx | 28 …OS, and the web. Every module in the Expo SDK works together to ensure versioning always matches. …
|
| /expo/docs/pages/config-plugins/ |
| H A D | development-and-debugging.mdx | 413 … 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 D | building-standalone-apps.mdx | 231 … Read the [Versioning Your app documentation](/distribution/app-stores#versioning-your-app) for mo…
|
| /expo/docs/pages/workflow/ |
| H A D | prebuild.mdx | 143 ### React Native versioning
|