-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Extract logic to CellMetricsAggregator #37777
Conversation
This pull request was exported from Phabricator. Differential Revision: D46427052 |
Base commit: 108309e |
Summary: Pull Request resolved: facebook#37777 This extracts the state and logic VirtualizedList uses to query information related to cell metrics. We will need to modify this (and other places) when fixing up RTL support for horizontal FlatList. Changelog: [Internal] Reviewed By: javache Differential Revision: D46427052 fbshipit-source-id: e4e0bbc49a3792091e7867a982b5bd4ac5071298
dc0da6f
to
07bb87d
Compare
This pull request was exported from Phabricator. Differential Revision: D46427052 |
Summary: Pull Request resolved: facebook#37777 This extracts the state and logic VirtualizedList uses to query information related to cell metrics. We will need to modify this (and other places) when fixing up RTL support for horizontal FlatList. Changelog: [Internal] Reviewed By: javache Differential Revision: D46427052 fbshipit-source-id: 71f09ca5cf17837c7e89c1f722a430aa0a5a0b9d
07bb87d
to
9ed299d
Compare
This pull request was exported from Phabricator. Differential Revision: D46427052 |
Summary: Pull Request resolved: facebook#37777 This extracts the state and logic VirtualizedList uses to query information related to cell metrics. We will need to modify this (and other places) when fixing up RTL support for horizontal FlatList. Changelog: [Internal] Reviewed By: javache Differential Revision: D46427052 fbshipit-source-id: c3a5c3da24cd02ad62a72e26e740ebf5e0473a85
9ed299d
to
3c5b528
Compare
This pull request was exported from Phabricator. Differential Revision: D46427052 |
Summary: These functions describe how to get the metrics of a specific cell. "Frame" here seems non-descriptive and redundant to the "Metrics" part. Renaming this before a larger refactor. Changelog: [Internal] Differential Revision: D46427058 fbshipit-source-id: 84be31198d43be060f86f8866e07dbffde4a3455
Summary: Pull Request resolved: facebook#37777 This extracts the state and logic VirtualizedList uses to query information related to cell metrics. We will need to modify this (and other places) when fixing up RTL support for horizontal FlatList. Changelog: [Internal] Reviewed By: javache Differential Revision: D46427052 fbshipit-source-id: 6f4ca2324f920dd6bf2d31016efa29f948c39026
3c5b528
to
0de6a15
Compare
This pull request was exported from Phabricator. Differential Revision: D46427052 |
This pull request has been merged in 8f7f0bf. |
@matinzd I believe this might find this one interesting |
Summary:
This extracts the state and logic VirtualizedList uses to query information related to cell metrics. We will need to modify this (and other places) when fixing up RTL support for horizontal FlatList.
Changelog: [Internal]
Reviewed By: javache
Differential Revision: D46427052