Update build.gradle file of openvidu-react-native. Update package.json dependencies

This commit is contained in:
pabloFuente 2022-12-30 17:18:05 +01:00
parent 05321cb459
commit 84ee9c3233
3 changed files with 26526 additions and 9 deletions

View File

@ -34,5 +34,15 @@ allprojects {
google()
jcenter()
maven { url 'https://www.jitpack.io' }
exclusiveContent {
filter {
includeGroup "com.facebook.react"
}
forRepository {
maven {
url "$rootDir/../node_modules/react-native/android"
}
}
}
}
}

26505
openvidu-react-native/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
{
"name": "openvidu_react_native",
"name": "openvidu-react-native",
"version": "2.25.0",
"private": true,
"scripts": {
@ -7,6 +7,8 @@
"start:cache": "npm start -- --reset-cache",
"android": "react-native run-android",
"ios": "react-native run-ios",
"build:android": "cd android && ./gradlew assembleDebug",
"copy:android": "cp ./android/app/build/outputs/apk/debug/app-debug.apk /opt/openvidu/android/openvidu-react-native.apk",
"clean": "rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-* && rm -rf node_modules && rm -f package-lock.json",
"install-ov": "npm i openvidu-react-native-adapter-*.tgz",
"test": "jest"
@ -17,17 +19,17 @@
"openvidu-browser": "2.25.0",
"openvidu-react-native-adapter": "file:openvidu-react-native-adapter-2.25.0.tgz",
"react": "18.1.0",
"react-native": "0.70.1",
"react-native": "0.70.6",
"react-native-get-random-values": "1.8.0",
"react-native-incall-manager": "4.0.0"
"react-native-incall-manager": "4.0.1"
},
"devDependencies": {
"@babel/core": "7.19.1",
"@babel/runtime": "7.19.0",
"@react-native-community/eslint-config": "3.1.0",
"babel-jest": "29.0.3",
"jest": "29.0.3",
"metro-react-native-babel-preset": "0.72.3",
"@babel/core": "7.20.7",
"@babel/runtime": "7.20.7",
"@react-native-community/eslint-config": "3.2.0",
"babel-jest": "29.3.1",
"jest": "29.3.1",
"metro-react-native-babel-preset": "0.73.6",
"react-test-renderer": "18.1.0"
},
"jest": {