export interface DrawerItemProps { label: string; iconName: string; focused: boolean; onPress: () => void; }