File tree Expand file tree Collapse file tree
lib/components/BottomContainer Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments