UNPKG

expo-dlna-player

Version:

A React Native/Expo module for DLNA/AirPlay media casting to smart TVs and streaming devices

7 lines 289 B
import { requireNativeModule } from 'expo-modules-core'; // 导出常量 export const SCREEN_MIRRORING = 'SCREEN_MIRRORING'; export const VIDEO_ONLY = 'VIDEO_ONLY'; // 加载原生模块 export default requireNativeModule('ExpoDlnaPlayer'); //# sourceMappingURL=ExpoDlnaPlayerModule.js.map