UNPKG

native-base-form-builder

Version:

Form builder component using Nativebase and React Hook Form

43 lines (42 loc) 973 B
{ "name": "native-base-form-builder", "version": "0.0.2", "description": "Form builder component using Nativebase and React Hook Form", "files": [ "dist" ], "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/fateh999/native-base-form-builder.git" }, "keywords": [ "FormBuilder", "Forms", "React", "Native", "Nativebase" ], "author": "Fateh Farooqui", "license": "MIT", "bugs": { "url": "https://github.com/fateh999/native-base-form-builder/issues" }, "homepage": "https://github.com/fateh999/native-base-form-builder#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "peerDependencies": { "react": "*", "react-native": "*", "native-base": "*", "@types/react": "*", "@types/react-native": "*", "typescript": "*", "react-hook-form": "*" } }