Skip to content

v0.5.0

Compare
Choose a tag to compare
@cooperka cooperka released this 03 Jul 02:35
· 93 commits to master since this release

Added

  • Added getters for ListView and VirtualizedList refs (#24)

Changed

  • (BREAKING) Started using the actual VirtualizedList included with react-native, rather than the downloaded one
  • (BREAKING) Exported ImmutableVirtualizedList directly now that it's stable
    • New format is explained in the README