UNPKG

react-native-vlc-media-player

Version:

React native media player for video streaming and playing. Supports RTSP,RTMP and other protocols supported by VLC player

7 lines (5 loc) 166 B
const VLCPlayerControl = { VLCPlayer: require('./VLCPlayer').default, VlCPlayerView: require('./playerView/index').default, } module.exports = VLCPlayerControl;