You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Birectional infinite scroll for react-native, with **smooth scrolling**.
7
-
8
6
**[** Built with ♥ at [Stream](https://getstream.io/)**]**
9
7
8
+
[FlatList](https://reactnative.dev/docs/flatlist) by react-native only allows infinite scroll in one direction (using `onEndReached`). This package adds capability on top of FlatList to allow infinite scroll from both directions, and also maintains **smooth scroll** UX.
9
+
10
+
**Features**
11
+
12
+
- Accepts prop `onStartReached` & `onEndReached`, which you can use to load more results.
13
+
- Calls to onEndReached and onStartReached have been optimized.
14
+
- Inline loading Indicators, which can be customized as well.
15
+
- Uses [flat-list-mvcp](https://github.com/GetStream/flat-list-mvcp#maintainvisiblecontentposition-prop-support-for-android-react-native) to maintain scroll position or smooth scroll UX.
0 commit comments