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.
2 parents 9dc8033 + a119faa commit 7691c93Copy full SHA for 7691c93
package.json
@@ -1,6 +1,6 @@
1
{
2
"name":"react-native-form-builder",
3
- "version":"1.0.5",
+ "version":"1.0.7",
4
"description":"Generate Awesome Forms In an easy way",
5
"main":"src/index.js",
6
"scripts":{
@@ -43,5 +43,10 @@
43
"react":"15.4.2",
44
"react-native":"0.41.1",
45
"native-base":"^2.0.6"
46
- }
+ },
47
+ "peerDependencies": {
48
+ "react-native": ">=0.41.1",
49
+ "react": ">=15.4.2-alpha.3",
50
+ "native-base": "^2.0.6"
51
+ }
52
}
0 commit comments