@theoplayer/react-native-ui
Version:
A React Native UI for @theoplayer/react-native
14 lines • 439 B
JavaScript
import React from 'react';
import { DEFAULT_THEOPLAYER_THEME } from '../../THEOplayerTheme';
import { defaultLocale } from './Locale';
/**
* The context for all UI components of `react-native-theoplayer`.
*/
export const PlayerContext = /*#__PURE__*/React.createContext({
player: undefined,
style: DEFAULT_THEOPLAYER_THEME,
ui: undefined,
adInProgress: false,
locale: defaultLocale
});
//# sourceMappingURL=PlayerContext.js.map