UNPKG

react-native-orzhtml-videoplayer

Version:
19 lines (16 loc) 367 B
import { formatTime, statusBarHeight, screenWidth, screenHeight, defaultVideoHeight, defaultVideoWidth, } from './common/Utils' import VideoPlayer from './src/VideoPlayer' import VideoModal from './src/VideoModal' export { formatTime, statusBarHeight, screenWidth, screenHeight, defaultVideoHeight, defaultVideoWidth, VideoPlayer, VideoModal, }