-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
View removeClippedSubviews #3067
Comments
This now seems to be on View itself, and not experimental. New description at https://reactnative.dev/docs/view#removeclippedsubviews
|
Not something we plan to address on the Paper renderer as we move towards Fabric. |
Split out from #2113
Experimental: When true, offscreen child views (whose overflow value is hidden) are removed from their native backing superview when offscreen. This can improve scrolling performance on long lists. The default value is true.
Not directly supported by ScrollViewer. Seems difficult. Needs deep dive.
The text was updated successfully, but these errors were encountered: