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

Releases: lodev09/react-native-cell-components

0.5

23 May 07:49
Compare
Choose a tag to compare

v0.4.2

25 Apr 00:27
Compare
Choose a tag to compare

Removed CellInput autoResize prop (see here)

v0.4

02 Nov 20:37
Compare
Choose a tag to compare

New stuff

  • Support for iPhone X
  • Added CellSwitch cell component

RN 0.49 Compat

26 Oct 00:38
Compare
Choose a tag to compare
  • 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

14 Jun 13:45
Compare
Choose a tag to compare

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

24 May 19:37
Compare
Choose a tag to compare

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

Android Support!

24 Apr 12:01
Compare
Choose a tag to compare

Android stuff is now supported :)

v0.0.24

31 Mar 12:44
Compare
Choose a tag to compare

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

12 Mar 10:00
Compare
Choose a tag to compare

New stuff

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

v0.0.21

06 Mar 22:49
Compare
Choose a tag to compare

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