diff --git a/README.md b/README.md index 12c043829..366b94707 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ And see [examples](./stories) for more usages. | Reverse scroll | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | | Reverse scroll in iOS Safari | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | | Infinite scroll | ✅ | ✅ | 🟠 (needs [react-window-infinite-loader](https://github.com/bvaughn/react-window-infinite-loader)) | 🟠 (needs [InfiniteLoader](https://github.com/bvaughn/react-virtualized/blob/master/docs/InfiniteLoader.md)) | ✅ | ✅ | -| Bi-directional infinite scroll | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | +| Bi-directional infinite scroll | ❌ | ✅ | ❌ | ❌ | ❌ | 🟠 (has startItem method but its scroll position can be inaccurate) | | Scroll restoration | ✅ | ✅ (getState) | ❌ | ❌ | ❌ | ❌ | | Smooth scroll | ❌ | ✅ | ❌ | ❌ | ✅ | ✅ | | RTL direction | ✅ | ❌ | ✅ | ❌ | ❌ | ❌ |