mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-28 03:43:02 +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}
|
showsVerticalScrollIndicator={false}
|
||||||
onScroll={animations.scrollHandler}
|
onScroll={animations.scrollHandler}
|
||||||
scrollEventThrottle={16}
|
scrollEventThrottle={16}
|
||||||
|
bounces={false}
|
||||||
|
overScrollMode="never"
|
||||||
|
contentContainerStyle={{ flexGrow: 1 }}
|
||||||
>
|
>
|
||||||
{/* Hero Section */}
|
{/* Hero Section */}
|
||||||
<HeroSection
|
<HeroSection
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue