File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1322,6 +1322,11 @@ const Wallet = ({
13221322 }
13231323 />
13241324 ) : null }
1325+ < BannerAlert
1326+ severity = { BannerAlertSeverity . Info }
1327+ title = "this is an OTA update test"
1328+ testID = "OTA banner test"
1329+ />
13251330 < NetworkConnectionBanner />
13261331 </ View >
13271332 < >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import otaConfig from '../../ota.config.js';
1010 * Reset when releasing a new native build as appropriate for that line.
1111 * Kept here (not only in ota.config.js) so changes there do not alter the Expo fingerprint and break CI.
1212 */
13- export const OTA_VERSION : string = 'vX.XX.X ' ;
13+ export const OTA_VERSION : string = 'v7.73.99 ' ;
1414export const RUNTIME_VERSION = otaConfig . RUNTIME_VERSION ;
1515export const PROJECT_ID = otaConfig . PROJECT_ID ;
1616export const UPDATE_URL = otaConfig . UPDATE_URL ;
Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ _secrets: &secrets # Infrastructure
9999 MM_BRAZE_SDK_ENDPOINT : ' MM_BRAZE_SDK_ENDPOINT'
100100 # Expo
101101 EXPO_PROJECT_ID : ' EXPO_PROJECT_ID'
102+ EXPO_TOKEN : ' EXPO_TOKEN'
102103
103104# Signing config (AWS Secrets Manager) - omit for dev/simulator builds
104105# android_keystore_path: filename in android/keystores/ (build.gradle expects fixed paths)
You can’t perform that action at this time.
0 commit comments