chore: remove accidental mention of clipboard (#479)

This commit is contained in:
Nick Vlug
2023-03-13 11:24:14 +01:00
committed by GitHub
parent 193d5a6dde
commit 8e3e1f736d
+2 -2
View File
@@ -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:+'
}
}
}