📺🚀 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
107
stars
17
forks
source link
Update drawer status when selecting a drawer item to correctly syncro… #4
Description of changes:
Correctly set up the state of the drawer when selecting one of the items to navigate in a screen.
Setting up the state with
toggleMenu(false);
3
Description of changes: Correctly set up the state of the drawer when selecting one of the items to navigate in a screen. Setting up the state with
toggleMenu(false);