UNPKG

react-native-video

Version:
11 lines (9 loc) 153 B
// @flow export type VideoSource = { uri: string, type: string, mainVer: number, patchVer: number, isNetwork: boolean, isAsset: boolean, };