${EXPORELEASECHANNEL}
Description
The Expo Release channel variable is designed to help users who develop their apps using a combination of React Native and Expo. The purpose is to provide a Test Run access to the Release Channel as specified when setting up the Test Run.
You can find support on the use case on the React Native Expo docs page or the documentation provide by Expo directly https://docs.expo.dev/build/updates/.
What does it contain?
An expo release channel URL in the form
Where:
EXPO_PROJECT_ID
is set based on the integration parametersRELEASE_CHANNEL_NAME
is set based on the integration parameters, or by the test run settingsEXPO_VERSION
is set based on the integration parametersPLATFORM
is automatically set by the test runner based on the build file that is being tested E.g.https://u.expo.dev/cd0e344b-8011-4434-91a6-dec86deb68c0?channel-name=moropo-458&runtime-version=exposdk:47.0.0&platform=ios
Usage
In script mode
In step mode
When is it set?
The variable is set when the user Integrates Moropo with their Expo Account.
The variable by default takes the Default Release Channel set in the Integration settings
This can be overridden when setting up the Test Run by selecting a specific Expo release channel when navigating through the New Test Run screens.
It can also be overridden when triggering via CI-CD;
For the GitHub Action using
expo_release_channel
For the using
expoReleaseChannel
Last updated