You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After including the library as a dependency, we get the following error during our android build:
A problem occurred evaluating project ':react-native-local-resource'.
Could not find method provided() for arguments [com.facebook.react:react-native:+] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
Your build.gradle file includes a "provided" dependency. I found references, that this is deprecated and should probably be replaced by compileOnly.
The text was updated successfully, but these errors were encountered:
After including the library as a dependency, we get the following error during our android build:
A problem occurred evaluating project ':react-native-local-resource'.
Your build.gradle file includes a "provided" dependency. I found references, that this is deprecated and should probably be replaced by compileOnly.
The text was updated successfully, but these errors were encountered: