Skip to content

Commit

Permalink
Password textinput has secureTextEntry now
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathChaos committed Dec 5, 2019
1 parent ad70cfa commit d8a7004
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions example/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const App = () => {
return (
<View>
<StatusBar barStyle="light-content" />
{/* <LoginScreen /> */}
<LoginScreen
<LoginScreen />
{/* <LoginScreen
source={{
uri: bgImage
}}
Expand All @@ -39,7 +39,7 @@ const App = () => {
>
<Text style={{ color: "white", fontSize: 30 }}>{username}</Text>
</View>
</LoginScreen>
</LoginScreen> */}
</View>
);
};
Expand Down
1 change: 1 addition & 0 deletions lib/src/components/Card/Card.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const Card = props => {
selectionColor={selectionColor}
onChangeText={onChangeText}
style={textStyle || _textInputStyle(textColor)}
{...props}
/>
</View>
</View>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-login-screen",
"version": "0.1.11",
"version": "0.1.12",
"description": "Fully Customizable & Ready to use Login Screen for React Native",
"keywords": [
"login",
Expand Down

0 comments on commit d8a7004

Please sign in to comment.