diff --git a/src/screens/CatalogScreen.tsx b/src/screens/CatalogScreen.tsx index ec8f305..5eedf57 100644 --- a/src/screens/CatalogScreen.tsx +++ b/src/screens/CatalogScreen.tsx @@ -190,6 +190,7 @@ const createStyles = (colors: any) => StyleSheet.create({ shadowOpacity: 0.1, shadowRadius: 4, elevation: 2, + paddingHorizontal:4, }, poster: { width: '100%', @@ -1059,7 +1060,7 @@ const CatalogScreen: React.FC = ({ route, navigation }) => { keyExtractor={(item) => `${item.id}-${item.type}`} numColumns={effectiveNumColumns} key={effectiveNumColumns} - ItemSeparatorComponent={() => } + ItemSeparatorComponent={() => } refreshControl={ = ({ route, navigation }) => { ); }; -export default CatalogScreen; \ No newline at end of file +export default CatalogScreen;