Skip to content

Commit 7940a39

Browse files
committed
Signup part's password inputs are secured one
1 parent a8aaaac commit 7940a39

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

lib/components/BottomContainer/BottomContainer.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ const BottomContainer = (props: IBottomContainerProps) => {
111111
{...props}
112112
/>
113113
<Card
114+
secureTextEntry
114115
value={passwordTextInputValue}
115116
placeholder={passwordPlaceholder}
116117
onChangeText={passwordOnChangeText}
@@ -120,6 +121,7 @@ const BottomContainer = (props: IBottomContainerProps) => {
120121
{...props}
121122
/>
122123
<Card
124+
secureTextEntry
123125
value={repasswordTextInputValue}
124126
placeholder={repasswordPlaceholder}
125127
onChangeText={repasswordOnChangeText}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-login-screen",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Fully Customizable & Ready to use Login Screen for React Native",
55
"keywords": [
66
"login",

0 commit comments

Comments
 (0)