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 to deprecate toExists assertion #4517

Open
gosha212 opened this issue Jun 19, 2024 · 0 comments
Open

Consider to deprecate toExists assertion #4517

gosha212 opened this issue Jun 19, 2024 · 0 comments

Comments

@gosha212
Copy link
Contributor

Describe your idea

Because of different implementations of recycling long lists in Android and in iOS it is hard to make toExists api to work constantly on both platforms.
Here is an example:
Create list with 30 items.
On iOS toExists api will return true on item 29 although it is not visible.
On Android the same function will return false because this item is not visible and Android is not rendering it.

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

1 participant