Relative Content

Tag Archive for react-nativetvos

Centre item while scrolling in React Native TVOS

I am new to React native and i am creating a demo which lets items scroll vertically. Issue is when item is focused i need to get it centered. Lets suppose on UI only 3 items are visible and when i scroll among them than focused item should come in centre. Currently for out of focus item i have to press down key on d-pad twice.