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
Controller
support fromreact-hook-form
- Minimal setup, maximum flexibility
- Auto error display for validations
- Custom styling support (height, width, color, etc.)
- Supports all native
TextInput
props - TypeScript supported
npm install rn-hookform-textinput
# or
yarn add rn-hookform-textinput