ScrollView?
- generic scrolling container that can contain multiple components and views
Examples
Simple ScrollView
|
ParallaxScrollView
-
A ScrollView-like component that:
Has a parallax header(Header using parallax effect to create the illusion of depth)
background header image moves at a different speed than the foreground content, creating a depth effect
Has an optional sticky header
Can be nested within other views
Works on iOS and Android
ParallaxScrollView vs ScrollView
ParallaxScrollView | ScrollView | |
---|---|---|
Scrolling Behavior | Parallax effect while scrolling | Normal scrolling |
Header Background | Allows setting a headerBackgroundColor | No background customization |
Use Case | Engaging UI with an animated background | Standard scrolling pages |