diff --git a/README.md b/README.md index c994514..7b60cf9 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ [![npm version](https://img.shields.io/npm/v/react-native-immutable-list-view.svg)](https://www.npmjs.com/package/react-native-immutable-list-view) [![Latest GitHub tag](https://img.shields.io/github/tag/cooperka/react-native-immutable-list-view.svg)](https://github.com/cooperka/react-native-immutable-list-view) +
+[![Logo](images/cover.png)](#README) +
+ A drop-in replacement for React Native's [`ListView`](https://facebook.github.io/react-native/docs/listview.html). :sparkles: NEW! It also supports the new `VirtualizedList` component (the underlying component used by `FlatList`) as of `v0.3.0`; diff --git a/images/cover.png b/images/cover.png new file mode 100644 index 0000000..b1179a5 Binary files /dev/null and b/images/cover.png differ