We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e195aa0 commit 3c8566eCopy full SHA for 3c8566e
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-native-android-sqlite",
3
"description": "A react native android wrapper for SQLite",
4
- "version": "0.1.3",
+ "version": "0.1.4",
5
"main": "index.android.js",
6
"keywords": [
7
"react-component",
@@ -16,6 +16,6 @@
16
"license": "MIT",
17
"homepage": "https://github.com/jbrodriguez/react-native-android-sqlite#readme",
18
"dependencies": {
19
- "react-native": "^0.14.1"
+ "react-native": ">= 0.11.0"
20
}
21
0 commit comments