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

Improve inverted VirtualizedList implementation #23632

Closed
wants to merge 4 commits into from

Commits on Feb 25, 2019

  1. Improve inverted VirtualizedList implementation

    Use flex instead of complex transform inversion. Better for performance, readability and provides natural behaviour for onEndReached.
    
    Signed-off-by: François Billioud <fbillioud@cutii.io>
    François Billioud committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    fae2125 View commit details
    Browse the repository at this point in the history
  2. Update snapshots

    Signed-off-by: François Billioud <fbillioud@cutii.io>
    François Billioud committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    f0d1570 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. column style and row style were inverted

    Signed-off-by: François Billioud <fbillioud@cutii.io>
    François Billioud committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    6137528 View commit details
    Browse the repository at this point in the history
  2. Fix the way separator components are inserted into the React DOM

    Signed-off-by: François Billioud <fbillioud@cutii.io>
    François Billioud committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    d8c257e View commit details
    Browse the repository at this point in the history