Update Skills
Updates the RNTV skills installed on your computer. Supports switching between stable and main release branches.
Build Configuration
Use when configuring build settings for React Native TV apps, including Apple TV Podfile configuration, Android TV Maven artifacts, or the precompiled iOS/tvOS framework.
Third Party
Use when working with third-party packages in React Native TV apps, including Expo packages, React Navigation TV support, NativeWind/Tailwind TV focus styles, and other community package TV compatibility considerations.
Specific Features
Use when implementing TV-specific features including focus-based navigation, TVFocusGuideView, focus trapping, Pressable/Touchable focus events, VirtualizedList TV focus, nextFocus direction props, TV remote control input, TVEventHandler, useTVEventHandler, TVEventControl, Apple TV Siri remote configuration, accessibility on TV, or LogBox on TV.
Project Create
Use when creating a new React Native TV project for Apple TV or Android TV, setting up package.json for react-native-tvos, or choosing between Expo and Community CLI for TV development.
Platform Detection
Use when detecting if an app is running on a TV platform, using Platform.isTV or Platform.isTVOS, or configuring TV-specific file extensions in Metro for platform-specific code.