diff --git a/packages/mobile/src/localCurrency/__snapshots__/SelectLocalCurrency.test.tsx.snap b/packages/mobile/src/localCurrency/__snapshots__/SelectLocalCurrency.test.tsx.snap
index 7cbd2ec3664..081c23f145b 100644
--- a/packages/mobile/src/localCurrency/__snapshots__/SelectLocalCurrency.test.tsx.snap
+++ b/packages/mobile/src/localCurrency/__snapshots__/SelectLocalCurrency.test.tsx.snap
@@ -10,6 +10,11 @@ exports[`SelectLocalCurrency renders correctly 1`] = `
"MXN",
"PHP",
"LRD",
+ "SLL",
+ "KES",
+ "UGX",
+ "GHS",
+ "NGN",
]
}
disableVirtualization={false}
@@ -518,6 +523,325 @@ exports[`SelectLocalCurrency renders correctly 1`] = `
+
+
+
+
+
+
+
+
+ SLL
+
+
+
+
+
+
+
+
+
+
+
+
+
+ KES
+
+
+
+
+
+
+
+
+
+
+
+
+
+ UGX
+
+
+
+
+
+
+
+
+
+
+
+
+
+ GHS
+
+
+
+
+
+
`;
diff --git a/packages/mobile/src/localCurrency/consts.ts b/packages/mobile/src/localCurrency/consts.ts
index 619e8313e1b..70ddace0f3f 100644
--- a/packages/mobile/src/localCurrency/consts.ts
+++ b/packages/mobile/src/localCurrency/consts.ts
@@ -6,6 +6,11 @@ export enum LocalCurrencyCode {
MXN = 'MXN',
PHP = 'PHP',
LRD = 'LRD',
+ SLL = 'SLL',
+ KES = 'KES',
+ UGX = 'UGX',
+ GHS = 'GHS',
+ NGN = 'NGN',
}
export enum LocalCurrencySymbol {
@@ -15,6 +20,11 @@ export enum LocalCurrencySymbol {
MXN = '$',
PHP = '₱',
LRD = 'L$',
+ SLL = 'Le',
+ KES = 'KSh',
+ UGX = 'USh',
+ GHS = 'GH₵',
+ NGN = '₦',
}
export const LOCAL_CURRENCY_CODES = Object.values(LocalCurrencyCode)
diff --git a/packages/mobile/src/transactions/TransferFeedItem.tsx b/packages/mobile/src/transactions/TransferFeedItem.tsx
index 1a757e531ff..d1f8ee7c121 100644
--- a/packages/mobile/src/transactions/TransferFeedItem.tsx
+++ b/packages/mobile/src/transactions/TransferFeedItem.tsx
@@ -192,7 +192,6 @@ export function TransferFeedItem(props: Props) {
{currencyStyle.direction}
{showLocalCurrency && localCurrencySymbol}
{transactionValue}
- {showLocalCurrency && localCurrencyCode}
{!!info && {info}}
diff --git a/packages/mobile/src/transactions/__snapshots__/TransactionFeed.test.tsx.snap b/packages/mobile/src/transactions/__snapshots__/TransactionFeed.test.tsx.snap
index 7983a599ca9..aa956d2d221 100644
--- a/packages/mobile/src/transactions/__snapshots__/TransactionFeed.test.tsx.snap
+++ b/packages/mobile/src/transactions/__snapshots__/TransactionFeed.test.tsx.snap
@@ -310,7 +310,6 @@ exports[`renders for gold to dollar exchange properly 1`] = `
-
$
133.00
- MXN