This repository was archived by the owner on Mar 10, 2023. It is now read-only.
Releases: lodev09/react-native-cell-components
Releases · lodev09/react-native-cell-components
v0.0.16
Bug fixes:
ActionSheetbetter children handling- Improved
Cellstyles and few type checking
Changes:
- changed default icon source to
MaterialIcons - few
Cellstyle changes - Updated example -- includes android but not fully supported yet. Having issues with RN Blur
New stuff:
- added
SelectList.propTypes.itemValue
v0.0.15
New features:
Cell.propTypes.tintColorsupportCellstyle changes/fixesSelectListplaceholderSelectList.propTypes.itemSelectedIcon, equivalent toCell.propTypes.disclosureCellmore disclosure support (onPress, icon, etc.)Cell.propTypes.iconandCell.propTypes.disclosurenow supports passed object:{ name, size, source }Cellnow supportschildrenas thevalue- Better
ActionSheetintegration withCell(utilisingchildrensupport)
Bug fixes:
- fixed
TagsInputempty tags data - fixed
CellListProviderforTextchildren - fixed touch responder on empty views inside
ActionSheet - proper
{...this.props}ordering
New component:
CellSheet-Cell+ActionSheet
v0.0.14
- remove unnecessary states
SelectListnow usesActionSheetifmodal === true- Added
SelectList.propTypes.onClose - Added
SelectList.propTypes.onOpen - Added
ActionSheet.propTypes.onClose - Added
ActionSheet.propTypes.onOpen - Removed
SelectListanimation (default animation applies ifmodal === true) - Added
ActionSheet.propTypes.mode(list,default)