mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-05-28 17:48:26 +01:00
chore: expo 55 upgrade (#1594)
Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com> Co-authored-by: Fredrik Burmester <fredrik.burmester@gmail.com>
This commit is contained in:
@@ -123,7 +123,9 @@ export const HeaderControls: FC<HeaderControlsProps> = ({
|
||||
</View>
|
||||
|
||||
<View className='flex flex-row items-center space-x-2'>
|
||||
{!Platform.isTV && (
|
||||
{/* Rotate toggle is Android-only: iOS does not reliably rotate the
|
||||
player back to portrait programmatically. */}
|
||||
{Platform.OS === "android" && (
|
||||
<TouchableOpacity
|
||||
onPress={toggleOrientation}
|
||||
disabled={isTogglingOrientation}
|
||||
|
||||
Reference in New Issue
Block a user