feat: memoized bottom navbar

This commit is contained in:
Mahyar Khanbolooki
2025-07-04 16:57:28 +03:30
parent 43cf76bec2
commit 904f98e202
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -83,4 +83,4 @@ function BottomNavBar({ }: Props) {
)
}
export default BottomNavBar
export default React.memo(BottomNavBar)