Commit 8ec5f1f1 by Tonk

.

parent 7451ff69
......@@ -25,7 +25,7 @@ const InputField = ({
placeholderTextColor={color.grey2}
disabled={disabled}
style={customStyle ? customStyle : {}}
secureTextEntry={!passVisible}
secureTextEntry={isPass ? !passVisible : false}
/>
<View style={{ flexDirection: 'row', alignItems: 'flex-end' }}>
{isPass && (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment