Update Video.js
Co-authored-by: Elliott Kember <elliott.kember@gmail.com>
This commit is contained in:
parent
ec8e7eba11
commit
9ce8e26bd4
2
Video.js
2
Video.js
@ -1,7 +1,7 @@
|
||||
import React, { Component } from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { StyleSheet, requireNativeComponent, NativeModules, UIManager, View, Image, Platform, findNodeHandle } from 'react-native';
|
||||
import { ViewPropTypes } from "deprecated-react-native-prop-types";
|
||||
import { ViewPropTypes } from 'deprecated-react-native-prop-types';
|
||||
import resolveAssetSource from 'react-native/Libraries/Image/resolveAssetSource';
|
||||
import TextTrackType from './TextTrackType';
|
||||
import FilterType from './FilterType';
|
||||
|
Loading…
Reference in New Issue
Block a user