formtestsdk
v1.0.10
Published
This is a customizable React Native form component that allows you to easily create and customize form inputs and submit buttons.
Downloads
4
Readme
React Native Form Component
This is a customizable React Native form component that allows you to easily create and customize form inputs and submit buttons.
Installation
To install the component, you can use npm or yarn:
npm install --save formtestsdk
Props
| Prop | Description | |--------------------|-------------------------------------------------------------------------------| | customSubmitButton | Custom submit button component. | | customSpinner | Custom spinner component to display during form submission. | | onSuccess | Callback function called when form submission is successful. | | onFailure | Callback function called when form submission fails. | | onInProgress | Callback function called when form submission is in progress. | | onComplete | Callback function called when form submission completes (success or failure). | | labelStyles | Custom styles for form labels. | | inputStyles | Custom styles for form inputs. | | wrapperStyles | Custom styles for form wrapper view. | | submitButtonStyles | Custom styles for submit button. |