New API in version 61: ScrollView.StickyHeaderComponent #4085
Labels
API: Completion
Area: ScrollView
enhancement
Recommend: Not Planned
Recommend that issue should be given Not Planned milestone.
Milestone
With the upgrade to react-native version 61, we got a new prop on ScrollView:
ScrollView.StickyHeaderComponent
From my read of the code it looks like you can supply your own child to manage the sticky headers rather than relying on the native platform to create one for you.
We will need to add support for this new API in react-native-windows.
The text was updated successfully, but these errors were encountered: