We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On some screens with ListView components, popping to the screen will result in a blank ListView being displayed until the list is scrolled.
Probably related to the known RN issue https://react-native.canny.io/feature-requests/p/listview-doesnt-render-rows-until-scroll, but in the meantime, we may want to evaluate setting the removeClippedSubviews prop to false to work around the issue.
removeClippedSubviews
The text was updated successfully, but these errors were encountered:
Should be closed by #199. We should monitor scroll performance to ensure it hasn't regressed tremendously.
Sorry, something went wrong.
No branches or pull requests
On some screens with ListView components, popping to the screen will result in a blank ListView being displayed until the list is scrolled.
Probably related to the known RN issue https://react-native.canny.io/feature-requests/p/listview-doesnt-render-rows-until-scroll, but in the meantime, we may want to evaluate setting the
removeClippedSubviews
prop to false to work around the issue.The text was updated successfully, but these errors were encountered: