import { Platform } from "react-native"; export const TAB_HEIGHT = Platform.OS === "android" ? 58 : 74;