-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Not scrolling to scrollId
inside List
#16
Comments
Yeah this is because You can try to tackle this problem and make a PR or restructure to use a ScrollView. |
Possible starting points to get this working is trying to Introspect the underlying view for List, it should be a table view or collection view, which you could then ask for the frame of a view maybe? |
Thanks for feedback, yes its UITableView there but it can be tricky to map indexes onto IDs. Also the first problem with frames seams to be caused by |
From the README:
|
AmzdScrollViewReader
insideList
The text was updated successfully, but these errors were encountered: