React Native Cell Components Versions Save

Awesome react-native cell components! From a Cell to more complex & awesome components.

v0.4.2

6 years ago

Removed CellInput autoResize prop (see here)

v0.4

6 years ago

New stuff

  • Support for iPhone X
  • Added CellSwitch cell component

v0.3.3

6 years ago
  • Updated to RN 0.49
  • Removed CellSwipeable (causing resolution issues in different projects. We will wait for the official release of this component natively with RN)

v0.2.1

6 years ago

New stuff

  • new Cell prop: disabled
  • new CellInput prop: minRows (useful if autoResize = true and multiline = true)

Fixed/changed some random code

v0.2.0

6 years ago

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

v0.1

7 years ago

Android stuff is now supported :)

v0.0.24

7 years ago

Improvements

  • ActionSheet better animation
  • support for ScrollView inside ActionSheet

New stuff

  • Added CellSlider - implements Slider component

Changes

  • Removed react-native-blur dependency (to fix android crashes)

v0.0.23

7 years ago

New stuff

  • Added Cancel button on SelectList
  • Added blur method to TagsInput

v0.0.21

7 years ago

New stuff

  • Added ActionSheet.propTypes.title
  • Added SelectList.propTypes.placeholder (added support for CellListProvider as well)
  • Added callback to SelectList.close() method
  • Added ActionSheet.propTypes.cancelText (and onCancelPress)

Improvements:

  • Better support for SelectList's ListView renderHeader and renderFooter
  • Improved Cell base styles
  • Few methods for wrappers e.g. CellSheet.close()

Bug fixes:

  • Fixed SelectList's ListView source (should now be a property instead of global var)
  • Fixed TagsInput editing bug when there's a selected tag