fishjam-dev / react-native-membrane-webrtc

Apache License 2.0
78 stars 8 forks source link

Failed to build on android #105

Closed chanphiromsok closed 1 year ago

chanphiromsok commented 1 year ago
Screen Shot 2023-05-16 at 12 48 20 PM

webrtc-skd version 104.5112.08

https://github.com/webrtc-sdk/android/releases/tag/104.5112.08

package.json

{
  "name": "go",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "lint": "eslint .",
    "start": "react-native start",
    "test": "jest"
  },
  "dependencies": {
    "@jellyfish-dev/react-native-membrane-webrtc": "^5.0.0",
    "@react-navigation/drawer": "^6.6.2",
    "@react-navigation/native-stack": "^6.9.12",
    "@react-navigation/stack": "^6.3.16",
    "@tanstack/react-query": "^4.29.7",
    "axios": "^1.4.0",
    "react": "18.2.0",
    "react-native": "0.71.8",
    "react-native-config": "^1.5.0",
    "react-native-gesture-handler": "^2.10.0",
    "react-native-maps": "^1.7.1",
    "react-native-screens": "^3.20.0",
    "yarn": "^1.22.19"
  },
  "devDependencies": {
    "@babel/core": "^7.20.0",
    "@babel/preset-env": "^7.20.0",
    "@babel/runtime": "^7.20.0",
    "@react-native-community/eslint-config": "^3.2.0",
    "@tsconfig/react-native": "^2.0.2",
    "@types/jest": "^29.2.1",
    "@types/react": "^18.0.24",
    "@types/react-test-renderer": "^18.0.0",
    "babel-jest": "^29.2.1",
    "eslint": "^8.19.0",
    "jest": "^29.2.1",
    "metro-react-native-babel-preset": "0.73.9",
    "prettier": "^2.4.1",
    "react-test-renderer": "18.2.0",
    "typescript": "4.8.4"
  },
  "jest": {
    "preset": "react-native"
  }
}
mickel8 commented 1 year ago

@skyman503 @graszka22 Can you take a look?

graszka22 commented 1 year ago

Hi @chanphiromsok! Thank you for filling the issue. It should be fixed now in 5.1.0 release. Let me know if you encounter any problems.

chanphiromsok commented 1 year ago

Hi @chanphiromsok! Thank you for filling the issue. It should be fixed now in 5.1.0 release. Let me know if you encounter any problems.

thanks issue was resolved I be able to build success in android