react-native-video-player icon indicating copy to clipboard operation
react-native-video-player copied to clipboard

React native video issue in android

Open avigmaproject opened this issue 2 years ago • 4 comments

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 avatar Jul 21 '22 11:07 avigmaproject

I got the same issue.

Screenshot 2022-08-10 125634

SangeethSujith avatar Aug 10 '22 06:08 SangeethSujith

Any solution for this?

Yamini0 avatar Oct 25 '22 12:10 Yamini0

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

Muhammad-Sufian avatar Nov 01 '22 11:11 Muhammad-Sufian

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

provided to implementation

avigmaproject avatar Nov 02 '22 06:11 avigmaproject