Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoà Phan authored and Hoà Phan committed Jan 18, 2023
1 parent d8105f3 commit 3a426e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ or
return (
<View style={styles.container}>
<TextInput
mode="password"
value={value}
style={styles.input}
inputStyle={styles.inputStyle}
Expand All @@ -246,7 +247,6 @@ or
label="Password"
placeholder="Placeholder"
placeholderTextColor="gray"
secureTextEntry
onChangeText={text => {
setValue(text);
}}
Expand Down

0 comments on commit 3a426e1

Please sign in to comment.