-
Notifications
You must be signed in to change notification settings - Fork 6
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
Set focus on long flashlist #190
Comments
Can you tell what property/method you are using to set focus on any non first item? |
I tried the focusOptions.hasPreferredFocus |
Right. |
hi @aurimasmi is there any workaround to it ? Is there any to fix it in the near future ? |
hi @aurimasmi , i'm using initialScrollIndex and it seem to be doing the work, but only when you scroll right afterward. If you scroll left, it kind of repeats its self. It takes you back to the initial scroll index. Is there any hack to this ? This is the implementation:
|
Hi, I have along carouse/flashlist and i want to set the focus on a specific item when it shows up. It only works when the item is within 20items difference from the first one, if it is further it doesnt work.
How do i set the focus on a remote item ?
The text was updated successfully, but these errors were encountered: