Removes unnecessary props and internal state management from PasswordInput component to make it more focused and reusable. Wraps all PasswordInput instances in relative positioned Views for consistent layout behavior.
Updates package.json to use caret version for @expo/vector-icons dependency for better version flexibility.
Adds iconColor prop with white default to allow customization of the eye/eye-off toggle icon color.
Also simplifies top position class construction by using template literal instead of conditional logic.
Consolidates duplicate password input implementations across login and settings screens into a single reusable component.
Improves code maintainability by eliminating redundant password visibility toggle logic and standardizing password input behavior throughout the application.
Adds consistent accessibility support and test identifiers across all password input instances.