[WIP] Support react-native-dom (#1253)
Add support for react-native-dom
This commit is contained in:
10
dom/types.js
Normal file
10
dom/types.js
Normal file
@@ -0,0 +1,10 @@
|
||||
// @flow
|
||||
|
||||
export type VideoSource = {
|
||||
uri: string,
|
||||
type: string,
|
||||
mainVer: number,
|
||||
patchVer: number,
|
||||
isNetwork: boolean,
|
||||
isAsset: boolean,
|
||||
};
|
||||
Reference in New Issue
Block a user