1
Answer

show hide password concept in eye icon react native

selvi jp

selvi jp

3y
911
1

 I want to add eye icon for show hide password

  <TextInput

          style={styles.TextInput}

          placeholder="Password."

          placeholderTextColor="#003f5c"

          secureTextEntry={true}

         

        />

Answers (1)