fix: bottom padding

This commit is contained in:
Fredrik Burmester
2024-09-29 23:27:16 +02:00
parent 05b7872022
commit 0263ad6109

View File

@@ -345,8 +345,9 @@ export default function index() {
contentContainerStyle={{
paddingLeft: insets.left,
paddingRight: insets.right,
paddingBottom: insets.bottom,
}}
className="flex flex-col space-y-4 mb-20"
className="flex flex-col space-y-4"
>
<LargeMovieCarousel />
@@ -362,7 +363,7 @@ export default function index() {
limit: 20,
enableImageTypes: ["Primary", "Backdrop", "Thumb"],
})
).data.Items|| []
).data.Items || []
}
orientation={"horizontal"}
/>