2.1.0
·
72 commits
to master
since this release
Good day, Everyone! 👋 This version fixes some bugs and brings a new feature to the <AccessoryCell /> and its children. Now you can show an <ActivityIndicator /> in place of accessory by providing loading={true} to the cell.
💥 Breaking Changes:
- Renamed
isScrollabletoscrollableto stay consistent with React naming scheme.
✨ What's new:
- Added
loadingprop to the following components:<AccessoryCell />,<KeyValueCell />,<StaticCell />,<BioCell />and<TouchableCell />.
🐛 Bug Fixes:
- Fixed a bug in
<KeyValueCell />where the margins weren't showing correctly. - Fixed a bug in all components containing a
<Text />component.