-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
kidroca
wants to merge
15
commits into
Expensify:main
from
kidroca:kidroca/bidirectional-flatlist-concept
Closed
[POC] Bidirectional Flatlist concept #3705
kidroca
wants to merge
15
commits into
Expensify:main
from
kidroca:kidroca/bidirectional-flatlist-concept
Commits on Jun 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 03daed8 - Browse repository at this point
Copy the full SHA 03daed8View commit details -
It seems this fix is no longer necessary even with the "old" `FlatList`
Configuration menu - View commit details
-
Copy full SHA for 9a9c7f9 - Browse repository at this point
Copy the full SHA 9a9c7f9View commit details -
refactor: BaseInvertedFlatList uses react-native-bidirectional-infini…
…te-scroll The `wheel` handler is no longer necessary - scrolling with the mouse wheel works correctly
Configuration menu - View commit details
-
Copy full SHA for c57a939 - Browse repository at this point
Copy the full SHA c57a939View commit details -
refactor:
loadMoreChats
return Promise`onEndReached` callback which triggers `loadMoreChats` expects a promise returning method
Configuration menu - View commit details
-
Copy full SHA for 94ae521 - Browse repository at this point
Copy the full SHA 94ae521View commit details -
refactor: PropType check fails
The new Flat list is not a class and `instanceOf` fails It uses `useImperativeRef` which passes an object here
Configuration menu - View commit details
-
Copy full SHA for cfac6e6 - Browse repository at this point
Copy the full SHA cfac6e6View commit details
Commits on Jun 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6c1b2c7 - Browse repository at this point
Copy the full SHA 6c1b2c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a7afce - Browse repository at this point
Copy the full SHA 7a7afceView commit details
Commits on Jun 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4db306f - Browse repository at this point
Copy the full SHA 4db306fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51998f1 - Browse repository at this point
Copy the full SHA 51998f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8488f93 - Browse repository at this point
Copy the full SHA 8488f93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c9c597 - Browse repository at this point
Copy the full SHA 7c9c597View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6559058 - Browse repository at this point
Copy the full SHA 6559058View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f78f55 - Browse repository at this point
Copy the full SHA 7f78f55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97383e2 - Browse repository at this point
Copy the full SHA 97383e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 110d3e4 - Browse repository at this point
Copy the full SHA 110d3e4View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.