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

react-native-nodemediaclient

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-nodemediaclient - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "react-native-nodemediaclient",
"version": "0.0.2",
"version": "0.0.3",
"description": "",

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

# react-native-nodemediaclient
Under development, do not use
## 1.install
yarn add react-native-nodemediaclient
## 2.link
react-native link
## 3.Manually modify
### Android
android/build.gradle
```
flatDir{
dirs "$rootDir/../node_modules/react-native-nodemediaclient/android/libs"
}
```
like this
```
allprojects {
repositories {
mavenLocal()
jcenter()
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$rootDir/../node_modules/react-native/android"
}
flatDir{
dirs "$rootDir/../node_modules/react-native-nodemediaclient/android/libs"
}
}
}
```
## 4.copy NodeMediaClient-SDK
### Android
cp NodeMediaClient-2.3.4.aar node_modules/react-native-nodemediaclient/android/libs/
## NodePlayerView

@@ -5,0 +43,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