react-native-tv-demo icon indicating copy to clipboard operation
react-native-tv-demo copied to clipboard

Sample application for testing React Native TV apps features

Results 6 react-native-tv-demo issues
Sort by recently updated
recently updated
newest added

Hiya folks, Wanted to post this issue that I ran into while following the instructions on the [ReadMe.md file](https://github.com/dev-seb/react-native-tv-demo#get-started): Attempting the `yarn install` part of the process results in the...

The video cannot play on the real machine and flashes back

After cloning and installing all the packages I am unable to run with yarn run ios because of this error `Ineligible destinations for the "ReactNativeTvDemo" scheme` Does anybody know how...

This Example is working in Android Tv,Focus is not available in menu Items,How i need to debug please help me

I'm trying this code, but it's not work ``` {Platform.OS === 'android' && ( {}} onFocus={() => { if (inputTextRef.current) { inputTextRef.current.focus(); } }} style={styles.dummyButton}> )} {Platform.OS === 'android' &&...

The example code has an issue where the modal pops up however the "Hide Modal" button isn't focusable, so you can't close the modal. Running on Android TV Simulator.