react-tv-space-navigation
react-tv-space-navigation copied to clipboard
A React Native module to handle spatial navigation for a TV application in a 100% cross-platform way
**Describe the bug** When a `SpatialNavigationVirtualizedList` has a `scrollBehavior` of `stick-to-end` or `jump-on-scroll`, as the items are scrolled before it reaches the end, previous items are removed from the render...
Description: I am a newbie in react-native-TVOS and spatial naviagtion. I am trying to create a demo project in Apple TV. I'm encountering a TypeError: constructor is not callable error...
**Describe the bug** Have a virtual grid, which based off some filters is filtering out the data. When I change the filters multiple of these errors show up. **To Reproduce**...
https://github.com/bamlab/react-tv-space-navigation/assets/133002499/815b4ca9-af41-43a0-b4fd-2571a4afd6eb
**Describe the bug** For whatever reason navigating down on a grid view inside of a scrollview is causing some weird flickering instead of working as expected. If I do not...
**Is your feature request related to a problem? Please describe.** When using Multiple `SpatialNavigationRoot` elements, there are multiple isFocused leaf nodes making a leaf node display itself as focused difficult....
Solves https://github.com/bamlab/react-tv-space-navigation/issues/105
https://github.com/expo/expo/issues/24273 # TODO - [ ] this breaks web deployment
- Return to first item of virtualized list on back button press https://www.loom.com/share/80099727b07e43e2ac1f088be8f47b2a?sid=a70d798c-29c2-44bb-aa0e-45c271c7e3b4
**Is your feature request related to a problem? Please describe.** We can't detect a long press right now. **Describe the solution you'd like** ``` {}} /> ``` **Describe alternatives you've...