UNPKG

@dooboo/react-native-youtube-iframe

Version:

A simple wrapper around the youtube iframe js API for react native

10 lines (8 loc) 282 B
import YoutubeIframe from './YoutubeIframe'; import {getYoutubeMeta} from './oEmbed'; import { PLAYER_STATES_NAMES as PLAYER_STATES, PLAYER_ERROR_NAMES as PLAYER_ERRORS, } from './constants'; export default YoutubeIframe; export {getYoutubeMeta, PLAYER_STATES, PLAYER_ERRORS};