TVEventControl
Runtime toggles for OS-level TV remote integration points.
TV relevance: TV-specific compatibility API. Methods currently exist for API-shape parity and log web not-implemented warnings.
TVEventControl mirrors the React Native TV API shape. In this web TV fork these methods are currently present for compatibility and warn that they are not implemented on web.
import { TVEventControl } from 'react-native';
TVEventControl.enableTVMenuKey();API
Static methods
enableTVMenuKey () => void
Compatibility stub. Logs a warning on web.
disableTVMenuKey () => void
Compatibility stub. Logs a warning on web.
enableTVPanGesture () => void
Compatibility stub. Logs a warning on web.
disableTVPanGesture () => void
Compatibility stub. Logs a warning on web.
enableGestureHandlersCancelTouches () => void
Compatibility stub. Logs a warning on web.
disableGestureHandlersCancelTouches () => void
Compatibility stub. Logs a warning on web.