-
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
To run stickySectionHeadersEnabled={true} wrong. #13889
Comments
Happening to me too on Android. Any idea for a workaround? |
Not yet. |
I have some fixes for this, you can try to add removeClippedSubviews={false} as a workaround I think in the meantime |
@janicduplessis Any update on this? Even if I set
|
@kyo504 it can run well at the RN version 0.46.1, just set stickySectionHeadersEnabled={true} without removeClippedSubviews={true or false}. Try it. |
@452MJ Thanks for your comment. I'll check it :) |
@452MJ Great! It works fine now :) |
Description
I want to use SectionList to show some data.
Reproduction Steps and Sample Code
List all the steps required to reproduce the issue you're reporting. These steps should be clear and concise.
The code' repo: https://github.com/452MJ/Mtime-React-Native/blob/master/app/src/screen/CreditListScreen.js
here's the json url: https://api-m.mtime.cn/Movie/MovieCreditsWithTypes.api?movieId=216008
Solution
To run stickySectionHeadersEnabled={true} well~
Additional Information
The text was updated successfully, but these errors were encountered: