Releases: APSL/react-native-item-cell
Releases · APSL/react-native-item-cell
v1.6.0
Changelog
- Solved small layout issue with the items without icons #17
- Added a new
value
prop #18
v1.5.0
Changelog
- Added new
subtitle
prop #13
- Solved layout issue under RN>=0.32 #12
- Updated example #14
v1.4.0
Changelog
- Support for RN >= 0.26 #6
- More cell customization options #7
v1.3.3
Changelog
- Removed background color in text node to correctly support touchable in Android.
v1.3.2
Breaking changes
icon
prop now accepts an object for URL images {uri: string}
or a local image loaded with require()
.
v1.3.1
Changelog
- Updated
react-native-vector-icons
to >=1.0.4