Skip to content

Releases: APSL/react-native-item-cell

v1.6.2

05 Jun 07:34
Compare
Choose a tag to compare

Changelog

v1.6.1

05 Apr 09:03
Compare
Choose a tag to compare

Changelog

  • Solved layout issue #19

v1.6.0

20 Sep 09:49
Compare
Choose a tag to compare

Changelog

  • Solved small layout issue with the items without icons #17
  • Added a new value prop #18

v1.5.0

19 Sep 14:21
Compare
Choose a tag to compare

Changelog

  • Added new subtitle prop #13
  • Solved layout issue under RN>=0.32 #12
  • Updated example #14

v1.4.0

30 May 13:01
Compare
Choose a tag to compare

Changelog

  • Support for RN >= 0.26 #6
  • More cell customization options #7

v1.3.3

01 Feb 13:49
Compare
Choose a tag to compare

Changelog

  • Removed background color in text node to correctly support touchable in Android.

v1.3.2

15 Jan 10:24
Compare
Choose a tag to compare

Breaking changes

  • icon prop now accepts an object for URL images {uri: string} or a local image loaded with require().

v1.3.1

13 Jan 11:03
Compare
Choose a tag to compare

Changelog

  • Updated react-native-vector-icons to >=1.0.4