Skip to main content
FormField is a reusable component that combines React Hook Form’s functionality with a custom Input component, providing a seamless form handling experience in React Native applications.

Installation

The FormField component relies on the following dependencies: Here’s a complete example of how to use the FormField component with various props:

Import

Features

  • Seamless integration with React Hook Form
  • Built-in error handling and validation
  • Customizable styling
  • Support for icons (left and right)
  • TypeScript support with full type safety
  • Keyboard type customization
  • Secure text entry support for password fields

Props

Usage

Basic Usage