Changes
-
Removed
ImmutableListView
from the main exports to prevent "ListView is deprecated" warnings for people who have already switched toImmutableVirtualizedList
- 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';
- If you want to continue using