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

v0.0.15

Choose a tag to compare

@lodev09 lodev09 released this 01 Mar 08:11
· 155 commits to master since this release

New features:

  • Cell.propTypes.tintColor support
  • Cell style changes/fixes
  • SelectList placeholder
  • SelectList.propTypes.itemSelectedIcon, equivalent to Cell.propTypes.disclosure
  • Cell more disclosure support (onPress, icon, etc.)
  • Cell.propTypes.icon and Cell.propTypes.disclosure now supports passed object: { name, size, source }
  • Cell now supports children as the value
  • Better ActionSheet integration with Cell (utilising children support)

Bug fixes:

  • fixed TagsInput empty tags data
  • fixed CellListProvider for Text children
  • fixed touch responder on empty views inside ActionSheet
  • proper {...this.props} ordering

New component:

  • CellSheet - Cell + ActionSheet