feat: memoized bottom navbar
This commit is contained in:
@@ -83,4 +83,4 @@ function BottomNavBar({ }: Props) {
|
||||
)
|
||||
}
|
||||
|
||||
export default BottomNavBar
|
||||
export default React.memo(BottomNavBar)
|
||||
Reference in New Issue
Block a user