react-native-video-player
react-native-video-player copied to clipboard
React native video issue in android
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
![]()
.
I got the same issue.
Any solution for this?
go to node_modules > react-native-video and inside dependencies change: provided to compileOnly compile to implementation
go to node_modules > react-native-video and inside dependencies change:
provided to implementation