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

React native video issue in android #160

Open
avigmaproject opened this issue Jul 21, 2022 · 4 comments
Open

React native video issue in android #160

avigmaproject opened this issue Jul 21, 2022 · 4 comments

Comments

@avigmaproject
Copy link

A problem occurred evaluating project ':react-native-video'.

Could not find method provided() for arguments [com.facebook.react:react-native:+] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler

Screen Shot 2022-07-21 at 5 20 26 PM

Screen Shot 2022-07-21 at 5 20 17 PM

.

@avigmaproject avigmaproject changed the title React native video issue is android React native video issue in android Jul 21, 2022
@SangeethSujith
Copy link

SangeethSujith commented Aug 10, 2022

I got the same issue.

Screenshot 2022-08-10 125634

@Yamini0
Copy link

Yamini0 commented Oct 25, 2022

Any solution for this?

@Muhammad-Sufian
Copy link

go to node_modules > react-native-video and inside dependencies change:
provided to compileOnly
compile to implementation

@avigmaproject
Copy link
Author

go to node_modules > react-native-video and inside dependencies change:

provided to implementation

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

5 participants
@Muhammad-Sufian @avigmaproject @Yamini0 @SangeethSujith and others