-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added stickyHeaderIndices to ListView
Summary: Closes #3870 Alternatively I could make this a bool `stickyheader` that just adds `0` to the `stickyHeaderIndices` passed down to the ScrollView. Closes #4213 Reviewed By: svcscm Differential Revision: D2807414 Pulled By: androidtrunkagent fb-gh-sync-id: 091b6c6c91cebe175181f57b5c2785395b5db19b
- Loading branch information
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4bc425c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this work on Android?
4bc425c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@009dollar no, not supported on Android.
4bc425c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ide you may want to correct the release notes, it says Added stickyHeaderIndices to ListView – 4bc425c under Android (New feature)
https://github.com/facebook/react-native/releases/tag/v0.19.0