We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a4ee3 commit 1ebc41dCopy full SHA for 1ebc41d
README.md
@@ -138,7 +138,7 @@ npm install --save react-native-sqlite-storage
138
...
139
140
include ':react-native-sqlite-storage'
141
-project(':react-native-sqlite-storage').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-sqlite-storage/platform/android') // react-native-sqlite-storage >= 4.0.0
+project(':react-native-sqlite-storage').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-sqlite-storage/platforms/android') // react-native-sqlite-storage >= 4.0.0
142
// IMPORTANT: if you are working with a version less than 4.0.0 the project directory is '../node_modules/react-native-sqlite-storage/src/android'
143
```
144
0 commit comments