v0.7.0
Changed
- (BREAKING) Stop exporting
ImmutableListView
as default; require named imports- Most apps will continue to work as-is; otherwise, update the following:
-import ImmutableListView from 'react-native-immutable-list-view';
+import { ImmutableListView } from 'react-native-immutable-list-view';
Fixed
- Prevent "unknown props ..." warnings when used with react-native-web (#33)