@8man/react-native-media-console
Version:
Controls for react-native-video
20 lines (19 loc) • 415 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TVOSSupport = void 0;
var _reactNative = require("react-native");
const TVOSSupport = ({
showControls,
onScreenTouch
}) => {
(0, _reactNative.useTVEventHandler)(() => {
if (!showControls) {
onScreenTouch();
}
});
return null;
};
exports.TVOSSupport = TVOSSupport;
//# sourceMappingURL=TVOSSupport.js.map