Skip to content
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

Consider splitting the binding for scrolling vs. non-scrolling layouts. #2124

Open
JakeWharton opened this issue Jun 18, 2024 · 0 comments
Open

Comments

@JakeWharton
Copy link
Collaborator

It is extremely rare that you change this property on a node at runtime. We waste a dummy node in the native tree to provide an indirection in case you do change it, however. But if we had two bindings, we could switch in a helper composable that implemented today's API allowing us to bypass this indirection.

Challenges:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants