When increasing the length of the data array via props, the focus on Android TV jumps to the first item in the grid when the list re-renders.
This means that if I want to implement lazy loading / pagination, the user must navigate down the grid once more items have been fetched.
Is there a way to stop this happening or is this functionality not supported? The focused item needs to stay fixed when updating the data prop.
When increasing the length of the data array via props, the focus on Android TV jumps to the first item in the grid when the list re-renders.
This means that if I want to implement lazy loading / pagination, the user must navigate down the grid once more items have been fetched.
Is there a way to stop this happening or is this functionality not supported? The focused item needs to stay fixed when updating the data prop.