Skip to main content

Container

Props#

Inherits all ScrollView props.

animatedValue#

typedefaultrequired
Animated.Valuenew Animated.Value(0)NO

statusBarHeight#

typedefaultrequired
numberconstants.STATUS_BAR_HEIGHTNO

navigationBarHeight#

typedefaultrequired
numberconstants.NAVIGATION_BAR_HEIGHTNO

headerHeight#

typedefaultrequired
numberconstants.NAVIGATION_BAR_HEIGHTNO

transitionPoint#

typedefaultrequired
numberprops.headerHeight - props.navigationBarHeight - props.statusBarHeightNO

stickyHeight#

typedefaultrequired
number0NO

snapHeight#

typedefaultrequired
number0NO

borderHeight#

typedefaultrequired
number0NO

collapsible#

typedefaultrequired
booleanfalseNO

stayCollapsible#

typedefaultrequired
booleanfalseNO

stickyCollapsible#

typedefaultrequired
booleanfalseNO

stickyStayCollapsible#

typedefaultrequired
booleanfalseNO

StatusBarComponent#

typedefaultrequired
React.ComponentType<any>() => nullNO

HeaderStatusBarComponent#

typedefaultrequired
React.ComponentType<any>() => nullNO

NavigationBarComponent#

typedefaultrequired
React.ComponentType<any>() => nullNO

HeaderNavigationBarComponent#

typedefaultrequired
React.ComponentType<any>() => nullNO

StickyComponent#

typedefaultrequired
React.ComponentType<any>() => nullNO

SnapComponent#

typedefaultrequired
React.ComponentType<any>() => nullNO

BorderComponent#

typedefaultrequired
React.ComponentType<any>() => nullNO

HeaderBorderComponent#

typedefaultrequired
React.ComponentType<any>() => nullNO

HeaderForegroundComponent#

typedefaultrequired
React.ComponentType<any>() => nullNO

HeaderBackgroundComponent#

typedefaultrequired
React.ComponentType<any>() => nullNO

scale#

typedefaultrequired
number1.1NO

parallax#

typedefaultrequired
number0NO

fadeOut#

typedefaultrequired
booleanfalseNO

onBlur#

typedefaultrequired
Function() => voidNO

onFocus#

typedefaultrequired
Function() => voidNO

beforeTransitionPoint#

typedefaultrequired
Function() => voidNO

afterTransitionPoint#

typedefaultrequired
Function() => voidNO

Methods#

focus()#

blur()#