@thang2162/react-native-video
Advanced tools
Comparing version 5.2.1 to 5.2.2
{ | ||
"name": "@thang2162/react-native-video", | ||
"version": "5.2.1", | ||
"version": "5.2.2", | ||
"description": "A <Video /> element for react-native", | ||
@@ -45,2 +45,3 @@ "main": "Video.js", | ||
"dependencies": { | ||
"deprecated-react-native-prop-types": "^2.2.0", | ||
"keymirror": "^0.1.1", | ||
@@ -47,0 +48,0 @@ "prop-types": "^15.7.2", |
import React, { Component } from 'react'; | ||
import PropTypes from 'prop-types'; | ||
import { StyleSheet, requireNativeComponent, NativeModules, UIManager, View, ViewPropTypes, Image, Platform, findNodeHandle } from 'react-native'; | ||
import { StyleSheet, requireNativeComponent, NativeModules, UIManager, View, Image, Platform, findNodeHandle } from 'react-native'; | ||
import { ViewPropTypes } from 'deprecated-react-native-prop-types'; | ||
import resolveAssetSource from 'react-native/Libraries/Image/resolveAssetSource'; | ||
@@ -5,0 +6,0 @@ import TextTrackType from './TextTrackType'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
487292
867
4
+ Added@react-native/normalize-color@2.1.0(transitive)
+ Addeddeprecated-react-native-prop-types@2.3.0(transitive)
+ Addedinvariant@2.2.4(transitive)