blackuy / react-native-twilio-video-webrtc

Twilio Video (WebRTC) for React Native
https://www.twilio.com/docs/video
MIT License
608 stars 404 forks source link

Unable to run project after installing this library - Could not find org.webrtc:google-webrtc:1.0.30039 #593

Closed Purushottam-industrility closed 2 years ago

Purushottam-industrility commented 2 years ago

Steps to reproduce

  1. yarn add react-native-twilio-video-webrtc
  2. react-native link react-native-twilio-video-webrtc
  3. react-native run-android

Expected behaviour

It properly build the project

Actual behaviour

It is throwing following error while running project:

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.9/userguide/command_line_interface.html#sec:command_line_warnings 30 actionable tasks: 27 executed, 3 up-to-date

FAILURE: Build failed with an exception.

Environment

react-native-twilio-video-webrtc

Version: npm version or "master"

slycoder commented 2 years ago

See #543