Skip to content
This repository was archived by the owner on Mar 10, 2023. It is now read-only.

v0.2.0

Choose a tag to compare

@lodev09 lodev09 released this 24 May 19:37
· 101 commits to master since this release

New stuff

  • added new component CellSwipeable

Changes

  • new Cell prop: iconPosition (auto, top, center, bottom)
  • new Cell prop: contentPosition (top, center, bottom)
  • new Cell prop: contentOffset (basically cell's padding)
  • new Cell prop: selectMode (default, check, select)
  • new Cell prop: selected (bool)
  • Cell disclosure now supports func and object
  • TagsInput now uses Cell component as container (for consistency)
  • disabled useNativeDriver by default

Breaking

  • TagsInput prop: renderTag (function for rendering tag view). This is now required to render your tag individual layout view

Fixes

  • fixed performance issue on SelectList