native-base-form-builder icon indicating copy to clipboard operation
native-base-form-builder copied to clipboard

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

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