diff --git a/components/MoreMoviesWithActor.tsx b/components/MoreMoviesWithActor.tsx index d95a04fb..95f7202c 100644 --- a/components/MoreMoviesWithActor.tsx +++ b/components/MoreMoviesWithActor.tsx @@ -6,8 +6,8 @@ import type React from "react"; import { useTranslation } from "react-i18next"; import { View, type ViewProps } from "react-native"; import { HorizontalScroll } from "@/components/common/HorrizontalScroll"; +import { SimpleTouchableItemRouter } from "@/components/common/SimpleTouchableItemRouter"; import { Text } from "@/components/common/Text"; -import { TouchableItemRouter } from "@/components/common/TouchableItemRouter"; import { ItemCardText } from "@/components/ItemCardText"; import MoviePoster from "@/components/posters/MoviePoster"; import { apiAtom, userAtom } from "@/providers/JellyfinProvider"; @@ -83,8 +83,9 @@ export const MoreMoviesWithActor: React.FC = ({ data={items} loading={isLoading} height={247} + estimatedItemSize={112} renderItem={(item: BaseItemDto, idx: number) => ( - = ({ - + )} />