SkillAgentSearch skills...

React Native Bidirectional Infinite Scroll

📜 React Native - Bidirectional Infinite Smooth Scroll

Install / Use

npx skills add GetStream/react-native-bidirectional-infinite-scroll

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

📜 React Native Bi-directional Infinite Scroll

License NPM Compatibility

Implement bidirectional infinite smooth scroll using React Native

[ Built with ♥ at <strong>Stream</strong> ]

Vishal - Article 01

Introduction

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.

  • Accepts prop onStartReached & onEndReached, which you can use to load more results.
  • Calls to onEndReached and onStartReached have been optimized.
  • Inline loading Indicators, which can be customized as well.
  • Uses flat-list-mvcp to maintain scroll position or smooth scroll UX.
<table> <tr> <td align='center' width="33%"><img src='https://user-images.githubusercontent.com/11586388/109138261-77774800-775a-11eb-806b-2add75755af7.gif' height="600" /></td> <td align='center' width="33%"><img src='https://user-images.githubusercontent.com/11586388/109139686-16507400-775c-11eb-893f-8cccfb47f9d7.gif' height="600"/></td> </tr> <tr></tr> <tr> <td align='center'> <strong>iOS</strong> </td> <td align='center'> <strong>Android</strong> </td> </tr> </table>

🛠 Installation and Usage

Please check the complete docs at https://getstream.github.io/react-native-bidirectional-infinite-scroll/

✍ Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

🎗 License

MIT

Related Skills

View on GitHub
GitHub Stars267
CategoryDevelopment
Updated25d ago
Forks24

Languages

TypeScript

Security Score

100/100

Audited on Jul 14, 2026

No findings