diff --git a/src/view/shell/bottom-bar/BottomBar.tsx b/src/view/shell/bottom-bar/BottomBar.tsx
index 0845316e02..8952aaaa53 100644
--- a/src/view/shell/bottom-bar/BottomBar.tsx
+++ b/src/view/shell/bottom-bar/BottomBar.tsx
@@ -146,7 +146,7 @@ export function BottomBar({navigation}: BottomTabBarProps) {
/>
) : (
@@ -239,24 +239,24 @@ export function BottomBar({navigation}: BottomTabBarProps) {
}}>
{hasSession ? (
<>
-
-
-
-
- ,
| 'accessible'
@@ -359,7 +359,7 @@ interface BtnProps
onLongPress?: (event: GestureResponderEvent) => void
}
-let Btn = ({
+function TabItem({
testID,
renderIcon,
notificationCount,
@@ -368,7 +368,7 @@ let Btn = ({
accessible,
accessibilityHint,
accessibilityLabel,
-}: BtnProps): React.ReactNode => {
+}: TabItemProps) {
return (
)
}
-Btn = React.memo(Btn)