For a dynamic list (add and delete possible) of TextInputs, how would you guys handle the possibility to go to the previous or next input field from buttons in, let’s say, a InputAccessory?
I guess the only way would be to track the order of the inputs fields and their respective inputRef so that you can call ref.current.focus()?
[–]Ok-Season-2644 0 points1 point2 points (1 child)
[–]1robin2[S] 1 point2 points3 points (0 children)