Documentation Index
Fetch the complete documentation index at: https://docs.mobile-starter.amisi.ai/llms.txt
Use this file to discover all available pages before exploring further.
PasswordInput
UsePasswordInput for password capture with built-in visibility toggle and optional strength indicator.
Basic usage
Example
Available props
label?: string(defaults toPassword)error?: stringhelperText?: stringshowStrengthIndicator?: boolean- Inherits
TextInputPropsexceptsecureTextEntry(managed internally)
Available methods and handlers
onChangeText(text): change handler from inheritedTextInputPropsonBlur(event): blur handler from inheritedTextInputPropsonFocus(event): focus handler from inheritedTextInputProps