mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
wip
This commit is contained in:
@@ -69,9 +69,8 @@ export default function index() {
|
||||
|
||||
const insets = useSafeAreaInsets();
|
||||
|
||||
const { downloadedFiles, cleanCacheDirectory } = useDownload();
|
||||
|
||||
if (!Platform.isTV) {
|
||||
const { downloadedFiles, cleanCacheDirectory } = useDownload();
|
||||
useEffect(() => {
|
||||
const hasDownloads = downloadedFiles && downloadedFiles.length > 0;
|
||||
navigation.setOptions({
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
export * from "expo-screen-orientation";
|
||||
console.log("LOADED");
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// export { Orientation, OrientationLock } from "expo-screen-orientation";
|
||||
console.log("NOT");
|
||||
export enum Orientation {
|
||||
/**
|
||||
* An unknown screen orientation. For example, the device is flat, perhaps on a table.
|
||||
|
||||
Reference in New Issue
Block a user