mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-26 07:40:31 +01:00
468 B
468 B
macOS Header Buttons Fix
Date: 2026-01-10
Category: ui
Key files: components/common/HeaderBackButton.tsx, app/(auth)/(tabs)/(home)/_layout.tsx
Detail
Header buttons (headerRight/headerLeft) don't respond to touches on macOS Catalyst builds when using standard React Native TouchableOpacity. Fix by using Pressable from react-native-gesture-handler instead. The library is already installed and GestureHandlerRootView wraps the app.