react-native-orzhtml-videoplayer
Version:
react-native video 视频控制组件
19 lines (16 loc) • 367 B
text/typescript
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,
}