Enhance MetadataScreen by disabling bounce and over-scroll behavior, and adjusting content container style for improved layout. These changes contribute to a more consistent scrolling experience and better content visibility.

This commit is contained in:
tapframe 2025-06-09 01:09:55 +05:30
parent da6eb659f1
commit 528c484286

View file

@ -334,6 +334,9 @@ const MetadataScreen = () => {
showsVerticalScrollIndicator={false}
onScroll={animations.scrollHandler}
scrollEventThrottle={16}
bounces={false}
overScrollMode="never"
contentContainerStyle={{ flexGrow: 1 }}
>
{/* Hero Section */}
<HeroSection