Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@cooperka cooperka released this 19 Oct 02:00

Changes

  • Removed ImmutableListView from the main exports to prevent "ListView is deprecated" warnings for people who have already switched to ImmutableVirtualizedList

    • If you want to continue using ImmutableListView, you can simply import it from its new location:
    -import { ImmutableListView } from 'react-native-immutable-list-view';
    +import { ImmutableListView } from 'react-native-immutable-list-view/lib/ImmutableListView';