Skip to content

v0.6.2

Choose a tag to compare

@cooperka cooperka released this 02 Aug 17:37
· 52 commits to master since this release

Changed

  • Significantly improved the example app
    • With buttons for default/loading/error states

Fixed

  • Automatically update the list data to make sure EmptyListView always re-renders if the emptyText or other related props change
    • Previously if you changed emptyText twice in a row, the second change wouldn't be reflected because RN's ListView didn't refresh itself
  • Fixed an error when rendering EmptyListView with section headers in the last release