Skip to content

Commit a73a776

Browse files
committed
add ota text
1 parent ece18f0 commit a73a776

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

app/components/Views/Wallet/index.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
<>

app/constants/ota.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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';
1414
export const RUNTIME_VERSION = otaConfig.RUNTIME_VERSION;
1515
export const PROJECT_ID = otaConfig.PROJECT_ID;
1616
export const UPDATE_URL = otaConfig.UPDATE_URL;

builds.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)