UNPKG

react-native-vimeo-iframe

Version:

React Native Vimeo Iframe is a library to render Vimeo videos in a React Native app. This component allows you to embed a Vimeo video in your app and have full access to the Vimeo player JS API (more information https://developer.vimeo.com/player/js-api).

9 lines (8 loc) 484 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PlayerEvents = void 0; const PlayerEvents = ['controlschange', 'fullscreenchange', 'audioprocess', 'canplay', 'canplaythrough', 'complete', 'durationchange', 'emptied', 'ended', 'loadeddata', 'loadedmetadata', 'pause', 'play', 'playing', 'ratechange', 'seeked', 'seeking', 'stalled', 'suspend', 'timeupdate', 'volumechange']; exports.PlayerEvents = PlayerEvents; //# sourceMappingURL=types.js.map