πΊπ React Native TV app sample for Android TV, Fire TV, tvOS, and web. Features customizable drawer navigation ποΈ, content grid πΌοΈ, hero header π¦ΈββοΈ, and video player π₯. Built with Expo. Perfect starter for cross-platform TV app development! π
MIT No Attribution
99
stars
16
forks
source link
Nav to drawer does not work in the Explore tab on Apple TV #3
Follow README steps to install and run the app on TV simulator
Navigate to "Explore" tab
Swipe or tap left to open the drawer
Expected behavior:
Drawer should open
Actual behavior:
Drawer does not open
If you swipe or tap right, and THEN swipe or tap left, the drawer does open
Not sure if this is an issue with the state management of the drawer in the app, or an issue in react-tv-space-navigation.
If you add a call to useTVEventHandler that calls onDirectionHandledWithoutMovement() when eventType=left, the issue is fixed.
Steps to reproduce:
Expected behavior:
Actual behavior:
Not sure if this is an issue with the state management of the drawer in the app, or an issue in
react-tv-space-navigation
. If you add a call touseTVEventHandler
that callsonDirectionHandledWithoutMovement()
when eventType=left, the issue is fixed.