All Projects → GetStream → react-native-bidirectional-infinite-scroll

GetStream / react-native-bidirectional-infinite-scroll

Licence: MIT License
📜 React Native - Bidirectional Infinite Smooth Scroll

Programming Languages

typescript
32286 projects
java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to react-native-bidirectional-infinite-scroll

magento-2-infinite-scroll
Magepow Infinite Scroll extension Free hepls website loading content and products without reloading page
Stars: ✭ 17 (-87.59%)
Mutual labels:  infinite-scroll
InfiniteScrollRecyclerView
Enables the RecyclerView to Auto scroll for indefinite time.
Stars: ✭ 49 (-64.23%)
Mutual labels:  infinite-scroll
ng-mat-select-infinite-scroll
Infinite Scroll directive for angular material select component
Stars: ✭ 39 (-71.53%)
Mutual labels:  infinite-scroll
antony-nuxt
👏 Codes that Power ouorz.com | A Tiny Little Nuxt.js + WP REST API App 博客前端
Stars: ✭ 21 (-84.67%)
Mutual labels:  infinite-scroll
react-cool-virtual
😎 ♻️ A tiny React hook for rendering large datasets like a breeze.
Stars: ✭ 1,031 (+652.55%)
Mutual labels:  infinite-scroll
react-example-paginated-list-infinite-scroll
Follow a React tutorial series with three parts to build a powerful component in React.
Stars: ✭ 43 (-68.61%)
Mutual labels:  infinite-scroll
react-infinite-scroller
⏬ Infinite scroll component for React in ES6
Stars: ✭ 3,064 (+2136.5%)
Mutual labels:  infinite-scroll
react-infinite-scroll-list
Manage infinite list with the IntersectionObserver API
Stars: ✭ 20 (-85.4%)
Mutual labels:  infinite-scroll
angular2-infinite-scroll
Infinite Scroll Directive For Angular (version 2 up to 2.3.1)
Stars: ✭ 16 (-88.32%)
Mutual labels:  infinite-scroll
InfiniteCarousel
💈Infinite Carousel Collection View
Stars: ✭ 67 (-51.09%)
Mutual labels:  infinite-scroll
React-Limited-Infinite-Scroll
A limited infinite scroll component for React(React有限无限加载组件)
Stars: ✭ 37 (-72.99%)
Mutual labels:  infinite-scroll
react-native-pullview
scrollview&&FlatList Pull refresh and loadmore
Stars: ✭ 26 (-81.02%)
Mutual labels:  flatlist
infinite view pager
📜Infinite View Pager widget for Flutter
Stars: ✭ 26 (-81.02%)
Mutual labels:  infinite-scroll
ember-simple-infinite-scroller
📜 Simple infinite scroll component for Ember apps
Stars: ✭ 35 (-74.45%)
Mutual labels:  infinite-scroll
react-simple-infinite-loading
A list that infinitely loads content as user scrolls down in React
Stars: ✭ 56 (-59.12%)
Mutual labels:  infinite-scroll
virtualized-table-for-antd
the virtualized table component for ant design
Stars: ✭ 193 (+40.88%)
Mutual labels:  infinite-scroll
el-table-infinite-scroll
Infinite scroll for el-table.
Stars: ✭ 81 (-40.88%)
Mutual labels:  infinite-scroll
react-native-dual
ScrollView, FlatList, SectionList and ListView with dual background
Stars: ✭ 28 (-79.56%)
Mutual labels:  flatlist
Endless
🛣 A lightweight endless pageControl based on CAShapeLayers and UICollectionView
Stars: ✭ 19 (-86.13%)
Mutual labels:  infinite-scroll
react-native-paginated-listview
A simple paginated react-native ListView with a few customization options
Stars: ✭ 14 (-89.78%)
Mutual labels:  infinite-scroll

📜 React Native Bi-directional Infinite Scroll

License NPM Compatibility

Implement bidirectional infinite smooth scroll using React Native

[ Built with at Stream ]

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.
iOS Android

🛠 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].