Skip to content

Commit 8c2789a

Browse files
committed
rename
1 parent 2dd1458 commit 8c2789a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def resolveReactNativeDirectory() {
6363
return reactNativePackage.parentFile
6464
}
6565

66-
throw new GradleException("[react-native-quick-sqlite] Unable to resolve react-native location in node_modules. Your app should define `REACT_NATIVE_NODE_MODULES_DIR` extension property in `app/build.gradle` with a path to react-native in node_modules.")
66+
throw new GradleException("[react-native-nitro-sqlite] Unable to resolve react-native location in node_modules. Your app should define `REACT_NATIVE_NODE_MODULES_DIR` extension property in `app/build.gradle` with a path to react-native in node_modules.")
6767
}
6868

6969
def reactNativeRootDir = resolveReactNativeDirectory()

0 commit comments

Comments
 (0)