Skip to content

Commit 87b6ee2

Browse files
DavidKuennenandpor
authored andcommitted
Fix package org.pgsqlite not found error for RN 0.58.4 (andpor#324)
1 parent 0b6bafe commit 87b6ee2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ project(':react-native-sqlite-storage').projectDir = new File(rootProject.projec
149149
150150
dependencies {
151151
...
152-
compile project(':react-native-sqlite-storage')
152+
implementation project(':react-native-sqlite-storage')
153153
}
154154
```
155155

src/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ repositories {
3535
}
3636

3737
dependencies {
38-
implementation 'com.facebook.react:react-native:0.14.+'
38+
implementation 'com.facebook.react:react-native:+'
3939
}

0 commit comments

Comments
 (0)