Animated Panel List
Used to add a top panel to a list for filtering, ... which gets out of the way when scrolling.
Last updated
Used to add a top panel to a list for filtering, ... which gets out of the way when scrolling.
Last updated
Name
Type
Description
data
array
renderItem
function
render function based on react-native list
renderSectionHeader
function
override default section header rendering
renderSeparator
node
override default rendering of separator line
panel
node
The content of the panel to show/hide on scroll
navbarHeight
integer
height of the panel (needed to calculate animations upfront)
withSections
boolean
toggles rendering of section headers
keyExtractor
function
used to get key to set per list item
...
Array of items to render or array of sections. Learn more about react-native .
props of react-native