react-native-nodemediaclient
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"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 @@ |
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
35507
91