React Native input component consisting of various input fields with useForm validation and customizable error messages. Suitable for simple input fields, input with custom icons, password input, and more.
Inputs Components


Simple Input Component
Simple input component with useForm validation and customizable error message. The Input component is suitable for various screens such as login, register, settings, new post, and much more.
Preview


Code
Password Input Component
React Native Password input component with show and hide password functionality. This component comes with a view and hide password toggle for user preview and react-hook-form and Zod.
Preview


Code
OTP Input Component
OTP input component with customizable length, multiple color variant, secure inputs and more. This component is suitable for OTP after registration confirmation, MFA and securing protected screens.
Preview

