From ec7103eb28ace3dce4470c03cdf3f15c59ad09d6 Mon Sep 17 00:00:00 2001 From: chrisk325 Date: Tue, 24 Feb 2026 12:42:13 +0530 Subject: [PATCH] switch to fastimage for imdb logo --- src/components/metadata/RatingsSection.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/components/metadata/RatingsSection.tsx b/src/components/metadata/RatingsSection.tsx index eba6912a..6d552425 100644 --- a/src/components/metadata/RatingsSection.tsx +++ b/src/components/metadata/RatingsSection.tsx @@ -2,6 +2,7 @@ import React, { useEffect, useState, useRef, useCallback, useMemo } from 'react' import { View, Text, StyleSheet, ActivityIndicator, Image, Animated, Dimensions } from 'react-native'; import { MaterialIcons as MaterialIconsWrapper } from '@expo/vector-icons'; import { useTheme } from '../../contexts/ThemeContext'; +import FastImage from '@d11/react-native-fast-image'; import { useMDBListRatings } from '../../hooks/useMDBListRatings'; import { mmkvStorage } from '../../services/mmkvStorage'; import { isMDBListEnabled, RATING_PROVIDERS_STORAGE_KEY } from '../../screens/MDBListSettingsScreen'; @@ -265,10 +266,14 @@ export const RatingsSection: React.FC = ({ imdbId, type }) return ( {config.isImage ? ( - ) : config.icon ? (