New functionality
- Support for rendering
Accordion
as aFlatList
for better performance of long lists by passing therenderAsFlatlist={true}
. - Ability to only render content when visible by passing the
renderChildrenCollapsed={false}
- Improved accessibility
Fixes
- Prevent re-layout during animation for smoother animations.
- Remove prop types for better web support.
- Fix crash on Android when
height
was undefined.