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** I have a situation where I need to display the button only after some loading logic. And after I implemented a simple piece of code I observed...
Fixed issue with incorrect focus direction when node appears conditionally. Also, added a separate page inside the `example` project to demonstrate the problem and its solution. Fixes https://github.com/bamlab/react-tv-space-navigation/issues/109#issue-2250291473
**Is your feature request related to a problem? Please describe.** Currently when using a spatialNavigationScrollView, it always scrolls the view when going to the next focused node. While not a...
**Describe the bug** ``` ``` onSelect only triggered when long press. I need onSelect triggered one time i press
`import styled from '@emotion/native'; import { SpatialNavigationNode,DefaultFocus } from 'react-tv-space-navigation'; import { TextInput as RNTextInput } from 'react-native'; import { useRef ,useEffect} from 'react'; import { Typography } from './Typography';...
**When I come on the login screen without pressing on the input field goBack is working but when I press the input field then after coming to back screen freezes...
**Describe the bug** I have a player screen with controls with a modal popup which has some buttons like audio, subtitle, etc whenever I select any button and then close...
Hi, Thank you so much for this library. TV computing has been an underserved platform that deserves love and apps! This framework helps to the realization of that. I just...
**Is your feature request related to a problem? Please describe.** For now, we just provide a hack for Android, and no solution for iOS/web. **Describe the solution you'd like** The...