UNPKG

expo-libvlc-player

Version:
8 lines (7 loc) 300 B
import { type ConfigPlugin } from "expo/config-plugins"; type WithExpoLibVlcPlayerOptions = { localNetworkPermission?: string | false; supportsBackgroundPlayback?: boolean; }; declare const withExpoLibVlcPlayer: ConfigPlugin<WithExpoLibVlcPlayerOptions>; export default withExpoLibVlcPlayer;