Skip to content

1.6.0

Compare
Choose a tag to compare
@oblador oblador released this 29 Apr 18:38
· 11 commits to master since this release
20e40c9

New functionality

  • Support for rendering Accordion as a FlatList for better performance of long lists by passing the renderAsFlatlist={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.