RN4BottomTabBar (Formerly BottomTabBar)

This component requires react-navigation v4 to be used. It is not compatible with v5 apps such as Reckon Mate.

RN4BottomTabBar wraps the default BottomTabBar from react-navigation v4. It includes functionality that hides the tabs if a keyboard is present.

In order to use this component, you need to import it using the full path.

import {
RN4BottomTabBar,
BOTTOM_TABBAR_HEIGHT
} from "reckon-mobile-design-system/components/RN4BottomTabBar";