Files
streamyfin_mirror/constants/Values.ts
Fredrik Burmester 60981504fc wip
2024-10-02 22:07:13 +02:00

4 lines
105 B
TypeScript

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