This update enhances the SeriesContent component by replacing the horizontal ScrollView with a FlatList for better performance and memory management. The FlatList implementation allows for more efficient rendering of episodes, including optimizations for both horizontal and vertical layouts. Additionally, unnecessary console logs have been removed to clean up the code and improve readability. |
||
|---|---|---|
| .. | ||
| AgeBadge.tsx | ||
| CastSection.tsx | ||
| FloatingHeader.tsx | ||
| HeroSection.tsx | ||
| MetadataDetails.tsx | ||
| MoreLikeThisSection.tsx | ||
| MovieContent.tsx | ||
| QualityBadge.tsx | ||
| RatingsSection.tsx | ||
| SeriesContent.tsx | ||