Skip to content

Commit 1ebc41d

Browse files
author
Josh Walker
committed
Updated android build instrctions to platforms directory (Closes andpor#384)
1 parent 70a4ee3 commit 1ebc41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ npm install --save react-native-sqlite-storage
138138
...
139139
140140
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
141+
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
142142
// 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'
143143
```
144144

0 commit comments

Comments
 (0)