@jwplayer/jwplayer-react-native
Version:
React-native Android/iOS plugin for JWPlayer SDK (https://www.jwplayer.com/)
22 lines (15 loc) • 455 B
TypeScript
/**
* JWPlayer React Native Unified Types
*
* Export all unified configuration types for use in the wrapper
*/
// Core unified configuration
export * from './unified-config';
// Advertising types
export * from './advertising';
// Playlist and media types
export * from './playlist';
// Platform-specific types
export * from './platform-specific';
// Legacy types (deprecated but maintained for backward compatibility)
export * from './legacy';