Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[POC] Bidirectional Flatlist concept #3705

Closed

Commits on Jun 19, 2021

  1. Configuration menu
    Copy the full SHA
    03daed8 View commit details
    Browse the repository at this point in the history
  2. remove list.setNativeProps

    It seems this fix is no longer necessary even with the "old" `FlatList`
    kidroca committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    9a9c7f9 View commit details
    Browse the repository at this point in the history
  3. refactor: BaseInvertedFlatList uses react-native-bidirectional-infini…

    …te-scroll
    
    The `wheel` handler is no longer necessary - scrolling with the mouse wheel
    works correctly
    kidroca committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    c57a939 View commit details
    Browse the repository at this point in the history
  4. refactor: loadMoreChats return Promise

    `onEndReached` callback which triggers `loadMoreChats` expects a promise
    returning method
    kidroca committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    94ae521 View commit details
    Browse the repository at this point in the history
  5. refactor: PropType check fails

    The new Flat list is not a class and `instanceOf` fails
    It uses `useImperativeRef` which passes an object here
    kidroca committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    cfac6e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

  1. Configuration menu
    Copy the full SHA
    6c1b2c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a7afce View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Configuration menu
    Copy the full SHA
    4db306f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51998f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8488f93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c9c597 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6559058 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f78f55 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    97383e2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    110d3e4 View commit details
    Browse the repository at this point in the history