mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
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:
parent
da6eb659f1
commit
528c484286
1 changed files with 3 additions and 0 deletions
|
|
@ -334,6 +334,9 @@ const MetadataScreen = () => {
|
|||
showsVerticalScrollIndicator={false}
|
||||
onScroll={animations.scrollHandler}
|
||||
scrollEventThrottle={16}
|
||||
bounces={false}
|
||||
overScrollMode="never"
|
||||
contentContainerStyle={{ flexGrow: 1 }}
|
||||
>
|
||||
{/* Hero Section */}
|
||||
<HeroSection
|
||||
|
|
|
|||
Loading…
Reference in a new issue