Skip to content

2.1.0

Choose a tag to compare

@heysem-useinsider heysem-useinsider released this 06 Nov 11:37
· 72 commits to master since this release
8c5b213

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 isScrollable to scrollable to stay consistent with React naming scheme.

✨ What's new:

  • Added loading prop 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.