squash later, test now

This commit is contained in:
herrrta
2025-02-07 21:12:06 -05:00
parent 6cc90b46b3
commit 1a5cf826ed
3 changed files with 2 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ import React, {
} from "react";
import { Platform, TouchableOpacity, View } from "react-native";
import { useSafeAreaInsets } from "react-native-safe-area-context";
const DropdownMenu = !Platform.isTV ? require("zeego/dropdown-menu") : null;
import * as DropdownMenu from "zeego/dropdown-menu";
import RequestModal from "@/components/jellyseerr/RequestModal";
import { ANIME_KEYWORD_ID } from "@/utils/jellyseerr/server/api/themoviedb/constants";
import { MediaRequestBody } from "@/utils/jellyseerr/server/interfaces/api/requestInterfaces";