Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video propType source is throwing error #183

Open
oneeb-asad opened this issue Aug 26, 2024 · 4 comments
Open

Video propType source is throwing error #183

oneeb-asad opened this issue Aug 26, 2024 · 4 comments

Comments

@oneeb-asad
Copy link

Simulator Screenshot - iPhone 15 Plus - 2024-08-26 at 15 35 15
I have download the library and implemented it after implementation of video I'm receiving this error. Is this error is due to react-native-video library or from video player library. Also downgrading the library will resolve the issue or not?

@MahouShoujoMivutilde

This comment was marked as resolved.

@github-staff github-staff deleted a comment from oneeb-asad Aug 27, 2024
@PaurushFrontM
Copy link

Same Issue. Whats the version of react-native-video you are using?
@oneeb-asad

@oneeb-asad
Copy link
Author

Same Issue. Whats the version of react-native-video you are using? @oneeb-asad

The issue is resolved for me by downgrading to react-native-video version to ^5.2.1

@andrefangeloni
Copy link

@oneeb-asad for iOS worked, but for Android I got this error:

Could not determine the dependencies of task ':app:processDebugResources'.
> Could not resolve all dependencies for configuration ':app:debugRuntimeClasspath'.
   > Could not find com.android.support:appcompat-v7:31.0.0.
     Searched in the following locations:
       - https://oss.sonatype.org/content/repositories/snapshots/com/android/support/appcompat-v7/31.0.0/appcompat-v7-31.0.0.pom
       - https://repo.maven.apache.org/maven2/com/android/support/appcompat-v7/31.0.0/appcompat-v7-31.0.0.pom
       - file:/Users/andreangeloni/Development/TemLance/temlance/node_modules/jsc-android/dist/com/android/support/appcompat-v7/31.0.0/appcompat-v7-31.0.0.pom
       - https://dl.google.com/dl/android/maven2/com/android/support/appcompat-v7/31.0.0/appcompat-v7-31.0.0.pom
       - https://www.jitpack.io/com/android/support/appcompat-v7/31.0.0/appcompat-v7-31.0.0.pom
     Required by:
         project :app > project :react-native-video > com.github.adityaxjha:Android-ScalableVideoView:10e7b4da8b

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

What do you suggest?
I'm using 0.75.4 version of react-native.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants
@MahouShoujoMivutilde @andrefangeloni @oneeb-asad @PaurushFrontM and others