Skip to content

Allow collapse/expand via props

Compare
Choose a tag to compare
@fawaz-ahmed fawaz-ahmed released this 22 Dec 19:00
· 4 commits to master since this release
0e8f0fa

Allow collapse and expand via collapsed prop.
For more information see issue #61

Breaking changes:

  • prop onSeeMoreBlocked replaced with onSeeMore

No impact changes:

  • if prop is passed animate={false}, it will not enable global layout animation in andorid

New props added:

  • collapsed
  • onSeeMore
  • onSeeLess