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
Could not find method provided() for arguments [com.facebook.react:react-native:+] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler
#238
Open
suriya619 opened this issue
Sep 28, 2023
· 2 comments
android\app\build.gradle
include ':@terrylinla_react-native-sketch-canvas'
project(':@terrylinla_react-native-sketch-canvas').projectDir = new File(rootProject.projectDir, '../node_modules/@terrylinla/react-native-sketch-canvas/android')
error:
A problem occurred evaluating project ':@terrylinla_react-native-sketch-canvas'.
Could not find method provided() for arguments [com.facebook.react:react-native:+] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
The text was updated successfully, but these errors were encountered:
Hi, i am facing this issue.
package version:
"@terrylinla/react-native-sketch-canvas": "^0.8.0",
android\app\build.gradle
include ':@terrylinla_react-native-sketch-canvas'
project(':@terrylinla_react-native-sketch-canvas').projectDir = new File(rootProject.projectDir, '../node_modules/@terrylinla/react-native-sketch-canvas/android')
error:
A problem occurred evaluating project ':@terrylinla_react-native-sketch-canvas'.
The text was updated successfully, but these errors were encountered: