This commit is contained in:
sarendsen
2025-01-06 15:10:59 +01:00
parent 8bc360d554
commit 373d4ca3b1
3 changed files with 1 additions and 5 deletions

View File

@@ -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({

View File

@@ -1,2 +1 @@
export * from "expo-screen-orientation";
console.log("LOADED");

View File

@@ -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.