In Flashlist, when each item in the list is an input box, I expect to be able to call KeyboardController. setFocusTo ("next") from the first input box all the way to the last item. But now we can only scroll through the first few items. Considering that Flashlist v2 actually only renders visible items, I wonder if there is a good solution?
In Flashlist, when each item in the list is an input box, I expect to be able to call
KeyboardController. setFocusTo ("next")from the first input box all the way to the last item. But now we can only scroll through the first few items. Considering that Flashlist v2 actually only renders visible items, I wonder if there is a good solution?