Skip to content

Commit

Permalink
fix(pwd-input): onRightIconPress
Browse files Browse the repository at this point in the history
  • Loading branch information
duspada-builders committed Jul 15, 2021
1 parent 169a062 commit 1aa396e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platformbuilders/react-native-elements",
"version": "0.2.5",
"version": "0.2.6",
"description": "Platform Builders Shared Components Library For React Native",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/components/TextInput/PasswordInput/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const PasswordInput: FC<TextInputType> = (props) => {
rightIconName={hidePassword ? 'eye' : 'eye-off'}
iconTouchableEnabled
onPressIcon={onPressShowPassword}
onRightIconPress={onPressShowPassword}
iconHitSlop={hitSlop}
{...props}
/>
Expand Down

0 comments on commit 1aa396e

Please sign in to comment.