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 3d4731c commit 816c71fCopy full SHA for 816c71f
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@androconsis/react-native-jsonschema-form",
3
- "version": "0.0.2",
4
- "description": "A React-Native component to build React-Native forms out of jsonschema",
+ "version": "0.0.3",
+ "description": "A React-Native component to build forms out of Json-Schema",
5
"main": "src/index.js",
6
"directories": {
7
"example": "example"
@@ -15,8 +15,11 @@
15
},
16
"keywords": [
17
"react-native",
18
- "react-native-json-schema",
+ "react-native-json-schema-form",
19
"jsonschema",
20
+ "json-schema",
21
+ "androconsis",
22
+ "react-native-jsonschema-form",
23
"forms"
24
],
25
"author": "Prateek Rathore",
0 commit comments