Problemunvalidated

the icons in the bottom navigation bar are not fully visible, and their positions appear misaligned on the page — I’m using `react-native-paper`'s `BottomNavigation` with `MaterialCommunityIcons`. Tension: the maximum height and width for the icons were restricted to `32px`. Outcome: When I manually increased the size to `48px` in the developer tools, the icons displayed correctly.

77e62029-0b8a-4bcb-b851-4e990ef165fb

the icons in the bottom navigation bar are not fully visible, and their positions appear misaligned on the page — I’m using react-native-paper's BottomNavigation with MaterialCommunityIcons. Tension: the maximum height and width for the icons were restricted to 32px. Outcome: When I manually increased the size to 48px in the developer tools, the icons displayed correctly.