/native-base-form-builder

Form Builder powered by native-base & react-hook-form

Primary LanguageTypeScriptMIT LicenseMIT

native-base-form-builder

npm version npm downloads npm npm

Form Builder written in typescript with inbuilt Validation, dropdown, autocomplete powered by react-hook-form & native-base.

Dependencies to Install :

Note :

For maintainability this library will only target latest versions of react-hook-form and native-base.

Documentation :

Demo :

Steps to install :

npm install native-base-form-builder

or

yarn add native-base-form-builder
import {FormBuilder} from 'native-base-form-builder';

fateh999