Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@thang2162/react-native-video

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thang2162/react-native-video - npm Package Compare versions

Comparing version 5.2.0 to 5.2.1

2

package.json
{
"name": "@thang2162/react-native-video",
"version": "5.2.0",
"version": "5.2.1",
"description": "A <Video /> element for react-native",

@@ -5,0 +5,0 @@ "main": "Video.js",

@@ -144,4 +144,26 @@ ## react-native-video

#### **android/build.gradle**
If you have build Failures, you may have to add the JitPack dependency:
```diff
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
#### **android/app/build.gradle**
If you have build Failures, you may have to add the JitPack dependency:
```diff
dependencies {
...
implementation 'com.github.thang2162:Android-ScalableVideoView:v1.1.1'
}
```
From version >= 5.0.0, you have to apply these changes:

@@ -159,4 +181,2 @@

#### **android/gradle.properties**
Migrating to AndroidX (needs version >= 5.0.0):

@@ -163,0 +183,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc