Home
last modified time | relevance | path

Searched refs:release (Results 1 – 25 of 697) sorted by relevance

12345678910>>...28

/expo/docs/pages/archive/classic-updates/
H A Dadvanced-release-channels.mdx2 title: Advanced release channels
9 For a quick introduction to release channels, read [this](./release-channels.mdx).
14 - a link to the release in the `staging` release channel, identified by a `channelId`. This is like…
40 Your users will get the most recent compatible release that was pushed to a release channel. Factor…
50 ## Promoting a release to a new release channel
52 …sly published a release to `staging` and everything went well in your testing. Now you want this r…
54 We run `expo publish:set` to push our release to the `production` release channel.
67 ## Rollback a release channel entry
106 View the details of a published release.
121 -c, --release-channel <channel-name> The name of the release channel to roll back (Required)
[all …]
H A Drelease-channels.mdx16 ## Publish with release channels
22 '# Publish to release channel <your-channel>',
27release channel in the Expo Go app with a parameterized URL `https://exp.host/@username/yourApp?re…
31 ## Build with release channels
80 ## Using release channels in the bare workflow
92 '# Publish to release channel prod-v1',
93 'expo publish --release-channel prod-v1',
95 '# Publish to release channel prod-v2',
96 'expo publish --release-channel prod-v2',
98 '# Publish to release channel prod-v3',
[all …]
/expo/guides/releasing/
H A DRelease Branches.md3 - [Release Branches](#release-branches)
6 …ug has been fixed on main but not on the release branch.](#the-bug-has-been-fixed-on-main-but-not-…
7 … [main has significantly diverged from the release branch.](#main-has-significantly-diverged-from-…
8 …to write and test the fix on the release branch instead of main.](#it-s-easier-to-write-and-test-t…
14release process begins when we decide that Expo Go and the libraries on the main branch are ready …
16release branch is named `sdk-XX` and is based on main. The main purpose of the release branch is t…
22 1. Release from the release branch, not from main.
23 2. Commit bug fixes first to main, not to the release branch.
24 3. Cherry-pick the bug fixes from main to the release branch.
32release branch, and the version-incrementing commit is only on the release branch. The next time w…
[all …]
/expo/ios/Tests/Linking/
H A DEXLinkingTests.m45 // deep link contains release channel default, manifest does not specify
47 …[self _assertDeepLink:@"https://exp.host/@ben/foodwheel?release-channel=default" routesToManifest:…
50 // deep link does not specify a release channel, manifest specifies default
54 // deep link and manifest both specify default release channel
55 …s://exp.host/@ben/foodwheel/--/spin?release-channel=default" routesToManifest:@"exp://exp.host/@be…
60 // deep link specifies custom release channel, manifest does not specify, or uses default
63 …https://exp.host/@ben/foodwheel?release-channel=banana" doesNotRouteToManifest:@"https://exp.host/…
65 // deep link does not specify a release channel, or uses default; manifest specifies custom
68 …exp.host/@ben/foodwheel/--/spin?release-channel=default" doesNotRouteToManifest:@"https://exp.host…
83 …s://exp.host/@ben/foodwheel?a=b&c=d&release-channel=default" routesToManifest:@"exp://exp.host/@be…
[all …]
/expo/apps/bare-expo/scripts/
H A Dstart-android-e2e-test.sh10 adb install -r app/build/outputs/apk/release/app-release.apk
11 adb install -r app/build/outputs/apk/androidTest/release/app-release-androidTest.apk
/expo/packages/@expo/config-plugins/build/android/
H A DEasBuildGradleScript.js.map1release {\n // This is necessary to avoid needing the user to define a release signing config…
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/sksl/
H A DDSLBlock.h30 ((void)fStatements.push_back(DSLStatement(statements.release()).release()), ...); in DSLBlock()
46 std::unique_ptr<SkSL::Block> release();
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/sksl/
H A DDSLBlock.h35 (static_cast<void>(fStatements.push_back(DSLStatement(statements.release()).release())), in DSLBlock()
57 std::unique_ptr<SkSL::Block> release();
H A DDSLStatement.h63 std::unique_ptr<SkSL::Statement> release() { in release() function
101 std::unique_ptr<SkSL::Statement> release() { in release() function
102 return DSLStatement(std::move(*this)).release(); in release()
/expo/ios/Exponent/Kernel/Environment/
H A DEXClientReleaseType.m12 // The only scenario in which we care about the app release type is when the App Store release of
14 // projects it can run. We always include expo-application in the App Store release of the
18 // the actual release type or "UNKNOWN" for the same behavior, so it doesn't matter whether
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/sensors/
H A DSensorSubscription.kt28 override fun release() { in release() method in abi48_0_0.host.exp.exponent.modules.universal.sensors.SensorSubscription
29 sensorKernelServiceSubscription.release() in release()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/sensors/
H A DSensorSubscription.kt28 override fun release() { in release() method in abi49_0_0.host.exp.exponent.modules.universal.sensors.SensorSubscription
29 sensorKernelServiceSubscription.release() in release()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/sensors/
H A DSensorSubscription.kt28 override fun release() { in release() method in abi47_0_0.host.exp.exponent.modules.universal.sensors.SensorSubscription
29 sensorKernelServiceSubscription.release() in release()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/sensors/
H A DSensorSubscription.kt28 override fun release() { in release() method in versioned.host.exp.exponent.modules.universal.sensors.SensorSubscription
29 sensorKernelServiceSubscription.release() in release()
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkSpinlock.h37 void release() SK_RELEASE_CAPABILITY() { in release() function
51 ~SkAutoSpinlock() SK_RELEASE_CAPABILITY() { fSpinlock.release(); } in SK_RELEASE_CAPABILITY()
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkSpinlock.h37 void release() SK_RELEASE_CAPABILITY() { in release() function
51 ~SkAutoSpinlock() SK_RELEASE_CAPABILITY() { fSpinlock.release(); } in SK_RELEASE_CAPABILITY()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkSpinlock.h37 void release() SK_RELEASE_CAPABILITY() { in release() function
51 ~SkAutoSpinlock() SK_RELEASE_CAPABILITY() { fSpinlock.release(); } in SK_RELEASE_CAPABILITY()
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkSpinlock.h37 void release() SK_RELEASE_CAPABILITY() { in release() function
51 ~SkAutoSpinlock() SK_RELEASE_CAPABILITY() { fSpinlock.release(); } in SK_RELEASE_CAPABILITY()
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkSpinlock.h37 void release() SK_RELEASE_CAPABILITY() { in release() function
51 ~SkAutoSpinlock() SK_RELEASE_CAPABILITY() { fSpinlock.release(); } in SK_RELEASE_CAPABILITY()
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkSpinlock.h37 void release() SK_RELEASE_CAPABILITY() { in release() function
51 ~SkAutoSpinlock() SK_RELEASE_CAPABILITY() { fSpinlock.release(); } in SK_RELEASE_CAPABILITY()
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkSpinlock.h37 void release() SK_RELEASE_CAPABILITY() { in release() function
51 ~SkAutoSpinlock() SK_RELEASE_CAPABILITY() { fSpinlock.release(); } in SK_RELEASE_CAPABILITY()
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkSpinlock.h37 void release() SK_RELEASE_CAPABILITY() { in release() function
51 ~SkAutoSpinlock() SK_RELEASE_CAPABILITY() { fSpinlock.release(); } in SK_RELEASE_CAPABILITY()
/expo/home/screens/ProjectScreen/
H A DLegacyLaunchSection.tsx31 …? 'To launch from another classic release channel, follow the instructions on the project webpage.'
32 : 'To launch from another classic release channel, scan the QR code on the project webpage.';
38 …message="The latest classic update on the 'default' release channel uses a runtime version that is…
48 …message={`The latest classic update on the 'default' release channel uses SDK (${legacyUpdatesSDKM…
57 <SectionHeader header="Classic release channels" style={{ paddingTop: 0 }} />
/expo/packages/expo-module-template-local/android/
H A Dbuild.gradle41 release(MavenPublication) {
42 from components.release
79 singleVariant("release") {
/expo/react-native-lab/
H A DREADME.md15 …` branch but we really prefer to stay close to the upstream React Native release on which our curr…
17 …that card by merging a PR upstream or making your change unnecessary. To release these changes to …
19release plus a small number of commits that have been merged upstream (and prefer commits that are…
23release of React Native upstream. We cherry-pick in changes from the prior `sdk-*` branch that are…

12345678910>>...28