rn-hookform-textinput
v1.0.0
Published
A fully customizable and reusable TextInput component for React Native, pre-integrated with React Hook Form. This component simplifies form management by internally handling the Controller, validation rules, and error display — allowing developers to quic
Readme
React Native Hook Form TextInput
A reusable, customizable React Native TextInput component with built-in React Hook Form support — no need to manually wrap with Controller every time.
Features
- Built-in
Controllersupport fromreact-hook-form - Minimal setup, maximum flexibility
- Auto error display for validations
- Custom styling support (height, width, color, etc.)
- Supports all native
TextInputprops - TypeScript supported
Installation
npm install rn-hookform-textinput
# or
yarn add rn-hookform-textinput