From 8e3e1f736df6ffe68b4d0b6717e241eacbf11e9d Mon Sep 17 00:00:00 2001 From: Nick Vlug Date: Mon, 13 Mar 2023 11:24:14 +0100 Subject: [PATCH] chore: remove accidental mention of clipboard (#479) --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 61a858b..89d84b7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -56,7 +56,7 @@ def resolveReactNativeDirectory() { } throw new Exception( - "[react-native-clipboard] Unable to resolve react-native location in " + + "[react-native-cameraroll] Unable to resolve react-native location in " + "node_modules. You should add project extension property (in app/build.gradle) " + "`REACT_NATIVE_NODE_MODULES_DIR` with path to react-native." ) @@ -134,4 +134,4 @@ dependencies { //noinspection GradleDynamicVersion implementation 'com.facebook.react:react-native:+' } -} \ No newline at end of file +}