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
* What went wrong: 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.
#234
Open
Arnav7501 opened this issue
Mar 22, 2023
· 1 comment
Simply make the change once manually and then run npx patch-package @terrylinla/react-native-sketch-canvas.
This will create a patch file under a new folder patches in the root of your project.
In your package.json, under scripts, add
{
// ... the rest of your scripts"postinstall": "patch-package"
}
This will apply the patch each time you yarn install
Please fix this issue in the newest release, i have to change the "provided" to "implementation" every time i run yarn install
The text was updated successfully, but these errors were encountered: