mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-04-29 11:56:38 +01:00
fix: conditionals for tv to build / run
This commit is contained in:
@@ -37,6 +37,11 @@ const dependencies = {
|
||||
),
|
||||
"react-native-ios-utilities": disableForTV("react-native-ios-utilities"),
|
||||
"react-native-pager-view": disableForTV("react-native-pager-view"),
|
||||
"react-native-track-player": disableForTV("react-native-track-player"),
|
||||
"expo-location": disableForTV("expo-location"),
|
||||
"react-native-glass-effect-view": disableForTV(
|
||||
"react-native-glass-effect-view",
|
||||
),
|
||||
};
|
||||
|
||||
// Filter out undefined values
|
||||
|
||||
Reference in New Issue
Block a user