react-native-pagination icon indicating copy to clipboard operation
react-native-pagination copied to clipboard

Feature request - Support pagination on both sides of the list.

Open srameshr opened this issue 7 years ago • 0 comments

Could you try to support pagination on either side of the list? More explanation here: https://github.com/facebook/react-native/issues/20500

Use case:

  1. For records from 0 to 100, you load records from 45 to 55 to the UI on the first mount of the component and render 50th element to the user's view.
  2. On scroll left or up obtain records from 44 to 35 and prepend to the list.
  3. Vice versa for scroll right or down.

srameshr avatar Aug 27 '18 05:08 srameshr